1 、查看镜像源地址 :
npm config get registry
2、淘宝镜像源:
npm config set registry https://registry.npm.taobao.org
3、npm官方镜像源:
npm config set registry https://registry.npmjs.org
1 、查看镜像源地址 :
npm config get registry
2、淘宝镜像源:
npm config set registry https://registry.npm.taobao.org
3、npm官方镜像源:
npm config set registry https://registry.npmjs.org