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
-----------------------------------------
Update available: 1.3.1 (current: 1.2.8)
Run npm update -g bower to update
-----------------------------------------
So I ran it and this is what happened
$ npm update -g bower
npm http GET https://registry.npmjs.org/bower
npm http 304 https://registry.npmjs.org/bower
$ bower --version
1.2.8
I'm still on 1.2.8
. How come bower
is not updating?