When I just installed bootstrap-css with bower install , I got this message to update bower from 1.2.8 to 1.3.1
$ bower install bootstrap-css
So, I ran it, and that's what happened
$ npm update -g bower npm http GET https://registry.npmjs.org/bower npm http 304 https://registry.npmjs.org/bower $ bower
I'm still at 1.2.8 . Why is bower not updating?
user883807
source share