在公司代理上的Windows shell上使用npm时出错

时间:2015-09-16 14:28:18

标签: windows cordova proxy npm

我正在尝试使用

安装phonegap
npm install -g phonegap

我在代理上,所以我设置了

npm config set proxy http://username:password@proxy.company.com:8080
npm config set https-proxy https://username:password@proxy.company.com:8080

我尝试通过npm install -g phonegap

安装时遇到的错误
Assertion failed (wrap->ssl_) != (nullprt), file src\tls_wrap.cc, line 320

0 个答案:

没有答案