【发布时间】:2023-01-25 19:53:18
【问题描述】:
除了在cmd中通过命令安装angular cli还有其他方法吗? 当我运行 npm install -g @angular/cli 时,代理设置出现问题(我正在使用 vpn 工作)
npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to registry.npmjs failed, reason: connect ETIMEDOUT
npm ERR! network This is a problem related to network connectivity.
npm ERR! In most cases you are behind a proxy or have bad network settings.
我可以通过某些 .exe 文件或 .zip 添加它吗?
【问题讨论】:
标签: angular npm npm-install