Oussema Chaabouni
Oussema Chaabouni

Reputation: 689

Update IONIC not working (windows)

I want to update ionic-cli to 1.7.1 i run this command

npm uninstall -g ionic 
npm install -g ionic 

and this

npm update -g ionic 

but it won't update , when i run

ionic 

it shows the version 1.6.5

what's wrong ? and how to fix it ?

i'm on Windows 10

enter image description here

Upvotes: 0

Views: 313

Answers (1)

inject this line of code in your bower.json file and run bower update

"ionic": "driftyco/ionic-bower#1.1.0",

Upvotes: 2

Related Questions