npm - 源切换 的几种方法

一、使用命令直接更换(不推荐)

1.查看当前源

npm config get registry

2. 更换npm源为国内淘宝镜像

npm config set registry https://registry.npmmirror.com/

3. 还原npm源

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

二、使用nrm管理npm源(推荐)

1.全局安装nrm

 npm install nrm -g --save

2.nrm有默认配置,使用 nrm ls 查看,带 * 即为当前源地址

3.nrm切换淘宝镜像

nrm use taobao

4.测试镜像速度

nrm test taobao

5.使用nrm添加镜像地址

nrm add r_name r_url 
// r_name 为镜像名字,r_url 为镜像地址

6.删除nrm镜像

nrm del r_name

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值