我在安装浏览器同步模块时遇到隧道套接字错误,我在公司代理后面...
npm ERR! fetch failed https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f
2.tar.gz
npm WARN retry will retry, error on last attempt: Error: tunneling socket could
not be established, cause=Parse Error

答案 0 :(得分:0)
您需要配置NPM才能在公司代理后面使用它。您可以通过在终端中运行2个命令,将域和端口替换为公司网络的命令来轻松完成此操作 -
npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080