码迷,mamicode.com
首页 > 其他好文 > 详细

npm install 错误

时间:2020-06-06 22:02:56      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:gis   request   code   tps   deploy   http   git   清理   led   

npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/hexo-deployer-git failed, reason: connect ETIMEDOUT 211.136.113.1:8080
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network proxy config is set properly.  See: npm help config

解决方法:

 

清除掉以前的代理设置

npm config set proxy null

npm config set https-proxy null

也可以先通过以下代码查看代理设置,如果返回null那就不需要清理

npm config get proxy

npm config get https-proxy

重新配置

npm config set registry http://registry.npmjs.org/

npm install 错误

标签:gis   request   code   tps   deploy   http   git   清理   led   

原文地址:https://www.cnblogs.com/weiweiyeyu/p/13056388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!