使用 npm 安装 Angular-cli 期间出错

Error during Angular-cli installation using npm

当我尝试使用 npm 安装 Angular-cli 时,出现错误代码 ETIMEDOUT

我尝试删除代理(代理和 HTTP 代理),尝试 运行 管理员模式下的 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:\Users3\AppData\Roaming\npm-cache\_logs19-02-04T09_5I_06_689Z-debug.log

我试过什么都没关系,但每次都出现同样的错误。需要帮助

请检查您的互联网连接。这是您所在位置的互联网问题。

在大多数情况下,您使用代理或网络设置不当。 首先,运行 npm config list 并检查您是否在代理后面。如果是这样,请尝试 运行ning

npm config delete proxy
npm config delete http-proxy
npm config delete https-proxy