NPM
// 查看镜像源
npm get registry
// 全局切换镜像源:
npm config set registry http://registry.npm.taobao.org
// 全局切换官方镜像源
npm config set registry http://www.npmjs.org
1
2
3
4
5
6
2
3
4
5
6
https://npmreg.proxy.ustclug.org
:中科大提供的镜像源,上面示例命令中用的就是这个。https://mirrors.cloud.tencent.com/npm/
: 腾讯云提供的镜像源。https://mirrors.huaweicloud.com/repository/npm/
:华为云提供的镜像元,看介绍创建账号后登录使用可以提升文件下载速度。https://registry.npmmirror.com
:之前使用的淘宝 NPM 镜像源会跳转到这个,看这个域名的备案企业信息貌似跟阿里巴巴有关系。那就算是阿里巴巴提供的镜像源吧。