首页 前端知识 npm ERR! network This is a problem related to network connectivity.npm ERR! network In most cases y

npm ERR! network This is a problem related to network connectivity.npm ERR! network In most cases y

2024-06-08 22:06:52 前端知识 前端哥 50 769 我要收藏

解决办法:
首先代理置为空

npm config set proxy null

原npm地址(二选一)

npm config set registry http://registry.npmjs.org/ 

 国内淘宝镜像

原来的npm config set registry.npm.taobao.org(弃用了)以切换为npm config set registry https://registry.npmmirror.com

 

转载请注明出处或者链接地址:https://www.qianduange.cn//article/11557.html
标签
评论
发布的文章

JQuery中的load()、$

2024-05-10 08:05:15

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!