In my project I\'ve installed bower components without save option. Now, I would like update to bower.json?
bower
bower.json
How can I update b
After bower-check-updates -u you must run bower install instead of npm install
bower-check-updates -u
bower install
npm install