npm相关配置
配置相关路径
1、全局仓库路径
npm config set prefix "D:\Program Files\nodejs\node_global"
2、缓存路径
npm config set cache "D:\Program Files\nodejs\node_cache"
使用淘宝镜像
1、临时
npm install xxx -g --registry=https://registry.npm.taobao.org
2、永久
npm config set registry https://registry.npm.taobao.org/

浙公网安备 33010602011771号