美文网首页
npm install ECONNRESET

npm install ECONNRESET

作者: 自由侠 | 来源:发表于2022-03-25 15:14 被阅读0次

npm install 问题:

ECONNRESET: 网络重置

google发现 npm registry 为一个外网地址, 访问不了, 需要替换为国内的地址(类似 linux系统换源)

通过 npm config ls -l  发现:

registry = "https://registry.npmjs.org/" 

然后替换为国内源:

npm config set registry https://registry.npm.taobao.org

即可.

参考:

https://www.cnblogs.com/sghy/p/6840925.html

相关文章

网友评论

      本文标题:npm install ECONNRESET

      本文链接:https://www.haomeiwen.com/subject/xwcdjrtx.html