其他分享
首页 > 其他分享> > npm 更换淘宝镜像源

npm 更换淘宝镜像源

作者:互联网

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

切换源

npm config set registry https://registry.npm.taobao.org
// 默认源
npm config set registry https://registry.npmjs.org
// 查看当前源
npm config get registry

标签:npm,set,org,registry,https,淘宝,镜像,config
来源: https://www.cnblogs.com/anans/p/16488810.html