遇到npm 像弱智一样报错怎么办
read ECONNRESET
This is most likely not a problem with npm itselft
'proxy' config is set properly

遇到npm报错read ECONNRESET怎么办

这种情况一般是我们使用了ie代理服务器
在命令行下运行以下命令

npm config set proxy=http://10.69.4.40:808 ##根据你的实际情况修改ip和端口

遇到npm报错read ECONNRESET怎么办

大功告成!!

相关文章:

  • 2022-12-23
  • 2022-01-07
  • 2021-12-11
  • 2021-10-21
  • 2019-09-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
猜你喜欢
  • 2021-09-27
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
相关资源
相似解决方案