0

I am new to Ionic framework. As a starter I installed cordova using npm as npm install -g cordova which installed 6.2.0 successfully. I got following error when installing ionic as npm install -g ionic.

enter image description here

npm: 3.10.5 node: 6.10.2

I also re-installed node, but that dint help me. When I write ionic in cmd i get following error :

enter image description here

I dont know what is the issue with npm or anything else. Any help would be appreciated!

1 Answer 1

1

Steps you should do:

npm cache clean npm set registry https://registry.npmjs.org/ npm set registry http://registry.npmjs.org/ npm install -g ionic 
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.