npm install 错误

Posted weiweiyeyu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm install 错误相关的知识,希望对你有一定的参考价值。

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 错误的主要内容,如果未能解决你的问题,请参考以下文章