Reputation: 1945
I have been now trying to install Ionic framework through npm but with no success. I am trying the usual command,
npm install -g ionic
I already have cordova installed. I have updated my npm version to be the latest and also tried,
npm cache clean
npm config set registry https://registry.npmjs.org/
But I am still getting the following errors:
Any thoughts? Thanks
Upvotes: 2
Views: 1935
Reputation: 2180
Try using latest version of node and npm. . + try using npm config set registry http://registry.npmjs.org/.. May be you around a firewall
Upvotes: 2