国内npm源镜像(npm加速下载) 指定npm镜像
使用淘宝镜像源加速 NPM
最新的
npm config set registry https://registry.npmmirror.com
之前的
npm config set registry https://registry.npm.taobao.org
使用腾讯云镜像源加速 NPM
npm config set registry http://mirrors.cloud.tencent.com/npm/
使用华为云 镜像源加速 NPM
npm config set registry https://mirrors.huaweicloud.com/repository/npm/
npm 官方原始镜像
npm config set registry https://registry.npmjs.org/
查看当前的镜像源
npm config get registry