0

I wanted to set up Ionic. So I downloaded and set up everything I needed to do so, but now if I want to download and install Ionic via Node.js with the command

npm install -g cordova ionic

I just get these errors, over and over again: http://www.bilder-upload.eu/upload/f98eff-1432744817.png http://www.bilder-upload.eu/upload/835599-1432744553.png

The installation of cordova seems to work since I can adress its commands already: http://www.bilder-upload.eu/upload/e94db8-1432744749.png

So this works. But with Ionic I jsut receive the connection problems I wrote about here. Are there any suggestions why this happens?

Tobias Kuess
  • 739
  • 2
  • 14
  • 33
  • I have already answered this, try following method explained here http://stackoverflow.com/a/31124491/1276616 – Anil Singh Jul 01 '15 at 10:17

1 Answers1

0

Try after cleaning npm cache using this command npm cache clean

ShankarSangoli
  • 69,612
  • 13
  • 93
  • 124