【发布时间】:2015-09-27 07:37:51
【问题描述】:
我正在尝试在我的 Angular 项目中运行 npm install 但出现错误:
error network tunneling socket could not be established, cause=read ECONNRESET
error network This is most likely not a problem with npm itself
error network and is related to network connectivity.
error network In most cases you are behind a proxy or have bad network settings.
我尝试这样设置 npm 代理:
npm config set proxy http://myproxy
npm config set https-proxy https://myproxy
npm config set registry "http://registry.npmjs.org/"
我缺少什么或如何运行 npm install?
【问题讨论】:
标签: angularjs node.js windows npm