1 设置淘宝镜像地址
npm config set registry http://registry.npm.taobao.org
2 查看当前下载地址
npm config get registry
3 其它镜像地址列表:
1. 官方镜像:https://registry.npmjs.org/
2. 淘宝镜像:https://registry.npm.taobao.org/
3. cnpm镜像:https://r.cnpmjs.org/
4. 阿里云镜像:https://npm.aliyun.com/
5. 中国科技大学镜像:https://mirrors.ustc.edu.cn/npm/
6. 华为云镜像:https://mirrors.huaweicloud.com/repository/npm/
7. 七牛云镜像:https://npm.qiniu.com/