I am using bower
$ bower -v
0.9.2
latest version of bower is 1.x.x https://github.com/bower/bower/releases
I run to update bower to the latest version
npm update -g bower
this does not help
I still have
$ bower -v
0.9.2
I am using bower
$ bower -v
0.9.2
latest version of bower is 1.x.x https://github.com/bower/bower/releases
I run to update bower to the latest version
npm update -g bower
this does not help
I still have
$ bower -v
0.9.2
There could be a lot of moving parts here. First you should try
…which is –given all the moving parts– not very likely to work for you.
On Mac, using brew and nvm with some history, you would do something like this:
1. figure out where bower is now
2. reinstall bower using npm
3. open a new terminal
…or source your .profile or whatever. Check if you're using the same node version (implying a different nvm version if you don't)
And you're good.
Note that:
Probably the bower update worked fine, it's just missing update environment var.
On my Ubuntu was something like:
1) you have to clear npm cache and then update bower
2) If 1st solution does not help
try to remove and install it again
check if it is still here
if it will show you something like
then
and after install it again
open new bash window and enjoy latest version of bower
same will help with other packages