npm相关操作
npm查源
npm config get registry
npm换源:
淘宝源
npm --registry=https://registry.npm.taobao.org install
原源
npm config set registry https://registry.npmjs.org
npm查源
npm config get registry
npm换源:
淘宝源
npm --registry=https://registry.npm.taobao.org install
原源
npm config set registry https://registry.npmjs.org