0
在我的公司中,我无法通过npm下载节点模块,因为连接被拒绝。我们将Zscaler与.pac配置文件一起使用。我试图通过各种教程来配置代理
Is there a way to make npm install (the command) to work behind proxy?
https://www.jhipster.tech/configuring-a-corporate-proxy/
但是我不起作用。当我键入
npm --proxy http://username:password@cacheaddress.com.br:80 install packagename
当我输入密码时,它告诉我“未找到事件”。如果我将密码字段留空,则会得到
npm ERR! 418 I'm a teapot - GET http://registry.npmjs.org/electron - got unknown host (registry.npmjs.org:80)