无法下载npm软件包。要求407代理身份验证

时间:2019-12-10 17:03:37

标签: angular fiddler ntlm http-proxy

在尝试在有角度的应用程序的Windows 10计算机上安装npm软件包并遇到以下错误时,我很难通过代理。

407 Proxy Authentication Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )

我尝试了所有在网上找到的解决方案。我的.npmrc文件现在有这样的条目

registry=https://registry.npmjs.org/
proxy=http://mydomainusername:password@proxy-domain:port
http-proxy=http://mydomainusername:password@proxy-domain:port
https-proxy=http://mydomainusername:password@proxy-domain:port
strict-ssl=false

我尝试使用npm config命令进行各种组合(例如,使用IP地址代替域,仅指定代理域地址而不指定用户名和密码),但没有任何运气,并不断遇到相同的错误。

起作用的一件事是,如本article中所述,当我使用Fiddler作为代理时,但我想避免Fiddler添加Athentication标头。有什么想法可能是错误的吗?

0 个答案:

没有答案