无法设置npm代理

时间:2017-10-12 14:44:03

标签: node.js npm

我是全新设立NPM的人。我执行了以下命令。我的密码包含 @:#等特殊字符。但是我无法设置代理。我的密码是否会产生问题?

npm config set https-proxy  "http://username:password@<servername>:<port>/"    
npm config set http-proxy  "http://username:password@:<servername>:<port>"   
npm config set strict-ssl false

有人可以帮助我。

1 个答案:

答案 0 :(得分:0)

尝试使用字符串jsut围绕您的用户名和密码和/或不使用http / https(并尝试使用您的https代理解决方案和s)

npm config set https-proxy "username:password"@proxy.corp.com:PORT