在工作中有遇见获取淘宝的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