标签:nmp gis cnmp tps 镜像 切换 淘宝 方式 install
CNPM,淘宝 NPM 镜像,同步官方版本频率为10分钟一次
cnpm的两种使用方式:
设置
npm config set registry https://registry.npm.taobao.org
验证
npm config get registry (返回:https://registry.npm.taobao.org)
使用
npm install xxx
全局安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
验证
cnmp config get registry (返回:https://r.npm.taobao.org/)
使用
cnpm install xxx
标签:nmp gis cnmp tps 镜像 切换 淘宝 方式 install
原文地址:https://www.cnblogs.com/uakora/p/12825956.html