npm install失败 代理问题

原因:npm配置了代理

使用"npm config list -l"命令查看npm配置

其中有这条配置https-proxy = "http://proxy-server-address:8080/" 

使用"npm config delete https-proxy"命令删除即可正常下载

end.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
  • 2022-02-16
猜你喜欢
  • 2021-06-30
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
相关资源
相似解决方案