当我尝试使用npm安装Angular-cli时,出现错误,代码为ETIMEDOUT
我尝试删除代理(代理和HTTP代理),尝试在admin模式下运行cmd,将路径更改为nodejs目标
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/@angular%2fcli failed, reason: connect ETIMEDOUT 104.16.22.35:443
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 ERR! A complete log of this run can be found in:
npm ERR! C:\Users\123\AppData\Roaming\npm-cache\_logs\2019-02-04T09_5I_06_689Z-debug.log
我尝试了什么都没关系,但是每次都有相同的错误。需要帮助的人
答案 0 :(得分:1)
在大多数情况下,您位于代理服务器后面或网络设置不正确。 首先,运行npm config list并检查您是否在代理后面。如果是这样,请尝试运行
npm config delete proxy
npm config delete http-proxy
npm config delete https-proxy
答案 1 :(得分:0)
请检查您的互联网连接。这是您所处的互联网问题。