Reputation: 383
Please check the below image and give a solution for this, I am stuck, please help.
Upvotes: 1
Views: 1129
Reputation: 383
Finally was able to fix the issue and install ionic, so I was hoping I should share it, if anyone having the same issue please check if my steps also works for you.
$ npm cache clean
$ npm cache clean
$ npm install -g cordova
$ npm install -g ionic
Hopefully it will work, this how I was able to fix my issue.
Upvotes: 3
Reputation: 616
You have to install Node JS 0.12.6 Version, and after that, use:
$npm install -g cordova ionic
in DOS (cmd). It will install ionic and Cordova.
Upvotes: 0