1、npm设置淘宝镜像npm config set registry https://registry.npm.taobao.org2、查看镜像设置
npm config get registry3、还原成npm镜像
npm config set registry https://registry.npmjs.org/