首页 > 解决方案 > CMD 中的 NPM 安装问题

问题描述

我正在尝试安装 CLI,出现以下错误。

>C:\WINDOWS\system32>npm install -g @angular/cli npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to http://registry.npmjs.org/@angular%2fcli failed, reason: connect ETIMEDOUT 104.16.20.35:80 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\fshaik.PROTECH\AppData\Roaming\npm-cache\_logs\2018-08-02T22_07_53_089Z-debug.log


请帮忙..

谢谢

标签: angularnpmnpm-install

解决方案


推荐阅读