npm设置淘宝镜像

1、npm设置淘宝镜像
npm config set registry https://registry.npm.taobao.org

2、查看镜像设置
npm config get registry

3、还原成npm镜像
npm config set registry https://registry.npmjs.org/
 
 
原文地址:https://www.cnblogs.com/karila/p/13807288.html