简体   繁体   中英

cordova and ionic installation issue on Windows 8.1 64 bit

I have windows 8.1 64 Bit. I have installed node.js but when I run this command

npm install -g cordova ionic

it gives me these error.

npm ERR! fetch failed https://registry.npmjs.org/escape-html/-/escape-html-1.0.1
.tgz
npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 185.3
1.17.162:443
npm ERR! fetch failed https://registry.npmjs.org/colors/-/colors-1.0.3.tgz
npm WARN retry will retry, error on last attempt: Error: connect ETIMEDOUT 185.3
1.17.162:443

I have googled a lot but could not find a solution. What is the solution to this?

Thanks

I had the same problem.

The solution was to set the proxy settings

npm config set proxy http://user:password@url:port

npm config set https-proxy http://user:password@url:port

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