Akshay Arora
Akshay Arora

Reputation: 1945

Cannot install Ionic through npm

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:

This is what I get

Any thoughts? Thanks

Upvotes: 2

Views: 1935

Answers (1)

Sathish
Sathish

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

Related Questions