查看当前源地址
npm config get registry
修改淘宝镜像地址
npm config set registry http://registry.npm.taobao.org/
还原默认镜像地址
npm config set registry https://registry.npmjs.org/