自学内容网 自学内容网

https://registry.npm.taobao.org淘宝npm镜像仓库地址更新

在工作中有遇见获取淘宝的npm镜像存在问题,图示如下的报错:

根据报错的内容是说 https://registry.npm.taobao.org地址访问失败了,然后通过排查发现淘宝的npm镜像仓库地址有更新了。需要使用最新的地址

旧的淘宝镜像仓库:https://registry.npm.taobao.org
需要替换为最新的淘宝镜像仓库:https://registry.npmmirror.com
详情请查看仓库变更公告

操作配置如下: 

1、查看镜像仓库
npm config get registry
2、设置镜像仓库
npm config set registry https://registry.npmmirror.com


原文地址:https://blog.csdn.net/jiang0615csdn/article/details/136233585

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!