NPM 安装东西时总是会遇到网络问题。这里有一些可以更换的国内 NPM 镜像,实现加速下载。
换源方式
如果想换源,命令行输入:
npm config set registry 新的源
查看当前使用的源:
npm config get registry
常用源
淘宝源
个人早期习惯使用的源,不过貌似不是很全,有些包下载不了。后来换腾讯云源就可以下。
npm config set registry https://registry.npmmirror.com
淘宝还有一个源,只不过貌似证书过期了。现在会自动重定向到上一行地址。
npm config set registry https://registry.npm.taobao.org
腾讯云源
npm config set registry https://mirrors.cloud.tencent.com/npm/
阿里云源
npm config set registry https://npm.aliyun.com
官方源
npm config set registry https://registry.npmjs.org
https://registry.npm.taobao.org 大概是确实用不了
https://registry.npmmirror.com