使用国内镜像加速npm和yarn

xiaoxiao2021-02-28  92

使用国内镜像加速npm和yarn

npm

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

yarn

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

下载cnpm

下载cnpm:npm install -g cnpm --registry=https://registry.npm.taobao.org
转载请注明原文地址: https://www.6miu.com/read-41623.html

最新回复(0)