修改npm镜像源
2022-09-22 本文已影响0人
mindy1031
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