2

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

2
  • Run cmd as administrator and see if you have compatible versions of Node and NPM installed. Commented May 12, 2015 at 10:18
  • I have already answered this question, please refer to stackoverflow.com/a/31124491/1276616 Commented Jul 1, 2015 at 10:18

1 Answer 1

2

Try using latest version of node and npm. . + try using npm config set registry http://registry.npmjs.org/.. May be you around a firewall

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.