npm config get registry:查看当前包下载地址
npm config set registry https://registry.npm.taobao.org:切换为淘宝镜像
npm config set registry https://registry.npmjs.org:改回原本默认的包下载地址