方法一 使用 npm config set 切换 // 官方镜像 npm config set registry http://registry.npmjs.org // 淘宝镜像 npm config set registry http://registry.npm.taobao.org 方法二 使用镜像管理工具 nrm 切换 1、安装nrm npm install -g nrm 查看镜像 nrm ls 2、切换镜像 nrm use taobao