npm和yarn的国内镜像加速源

# 阿里镜像
npm config set registry https://registry.npmmirror.com/
# 默认源
npm config set registry https://registry.npmjs.org/

# 阿里镜像
yarn config set registry https://registry.npmmirror.com/
# 默认源
yarn config set registry https://registry.npmjs.org/

参考链接:
https://npmmirror.com/

发表回复

您的电子邮箱地址不会被公开。