检查现在的源地址
npm config get registry
使用淘宝镜像
npm config set registry https://registry.npm.taobao.org
使用官方镜像
npm config set registry https://registry.npmjs.org/
npm config get registry
npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npmjs.org/