yarn、npm配置阿里云国内镜像(新镜像)
简介nodejs中使用npm和yarn,使用最新阿里云镜像 aliyun mirror,网上很多还是文章用的是下面这个地址~~yarn config set registry https://registry.npm.taobao.org~~
nodejs中使用npm和yarn,使用最新阿里云镜像 aliyun mirror,网上很多还是文章用的是下面这个地址
yarn config set registry https://registry.npm.taobao.org
上面这个地址已经废弃了,请使用下面新的地址:
npm config set registry=https://registry.npmmirror.com --global
yarn config set registry https://registry.npmmirror.com --global
查看本地镜像源
npm config get registry