简体   繁体   中英

Installing Ionic via Node.js fails

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?

使用此命令清理npm缓存后尝试npm cache clean

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM