NodeJS配置和删除淘宝镜像的方法

一、常规npm命令设置

1.设置淘宝镜像

npm config set registry https://registry.npm.taobao.org

npm config set disturl https://npm.taobao.org/dist

2.删除淘宝镜像

npm config delete registry
npm config delete disturl

二、推荐操作CNMP:
更推荐大家通过cnpm来使用淘宝镜像:
重新安装一个cnpm,可以轻松实现镜像的*选择
以后想用国内镜像就用cnpm,国外镜像就用npm

npm install -g cnpm --registry=https://registry.npm.taobao.org
上一篇:redis4.0之利用管道优化aofrewrite


下一篇:云数据库Redis版主从热备高可用方案