Reputation: 689
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
Upvotes: 0
Views: 313
Reputation: 193
inject this line of code in your bower.json file and run bower update
"ionic": "driftyco/ionic-bower#1.1.0",
Upvotes: 2