NPM
概述:
查看源地址:npm config get registry
设置源地址:npm config set registry https://registry.npm.taobao.org/
npm官方源地址:https://registry.npmjs.org
淘宝镜像源地址:https://registry.npm.taobao.org/
--------------------------------------------------------------------------------------
查看npm源地址
npm config get registry
输出结果:
更换npm源为淘宝镜像
// 如更换为淘宝镜像
npm config set registry https://registry.npm.taobao.org/
查看更改后的源地址