node v0.12.7
npm v2.11.3
ionic v1.6.1
unable to update to v1.6.4
tried everything, npm install -g ionic is not updating it
node v0.12.7
npm v2.11.3
ionic v1.6.1
unable to update to v1.6.4
tried everything, npm install -g ionic is not updating it
Letās try sudo npm uninstall -g ionic
and then a fresh install sudo npm i -g ionic
Iām on windows (x64)
and tried npm uninstall -g ionic
and then npm i -g ionic
ā¦ didnāt work
did ionic -v
resulted in 1.6.1
And I have to use ionic io init, which isnāt available in 1.6.1
Check your PATH environment variable, it may include old nodeJS folders
The great thing is that I can use ionic commands even after uninstalling ionic using
npm uninstall -g ionic
npm cache clean
lol
i have the same issue.
Iām using ubuntu 14.04 and removed it using āsudo npm uninstall -g ionicā. I installed it again and still get ionic 1.6.1. Any idea?
Itās a strange solution. Butā¦
I had the same issue in Ubuntu 14.04.
Running
$ whereis ionic
I get the result: /usr/bin/ionic
Removing this file and installing again with:
# npm install -g ionic
solved my problem.