npm

npm相关操作

 npm查源

npm config get registry

 npm换源:

 淘宝源

npm --registry=https://registry.npm.taobao.org install

 原源

npm config set registry https://registry.npmjs.org
未完,待续......
原文地址:https://www.cnblogs.com/zhishiyv/p/11396153.html