无法设置 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

有人可以帮我吗?

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

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

相关内容

  • 没有找到相关文章

最新更新