npm 镜像列表

npm 官方原始镜像网址是:https://registry.npmjs.org/
淘宝 NPM 镜像:https://registry.npm.taobao.org/
阿里云 NPM 镜像:https://npm.aliyun.com
腾讯云 NPM 镜像:https://mirrors.cloud.tencent.com/npm/
华为云 NPM 镜像:https://mirrors.huaweicloud.com/repository/npm/
网易 NPM 镜像:https://mirrors.163.com/npm/
中科院大学开源镜像站:http://mirrors.ustc.edu.cn/
清华大学开源镜像站:https://mirrors.tuna.tsinghua.edu.cn/
腾讯,华为,阿里的镜像站基本上比较全

使用淘宝镜像源加速 NPM

npm config set registry https://registry.npm.taobao.org/
使用阿里云 镜像源加速 NPM

npm config set registry https://npm.aliyun.com
使用腾讯云镜像源加速 NPM

npm config set registry http://mirrors.cloud.tencent.com/npm/
使用华为云 镜像源加速 NPM

npm config set registry https://mirrors.huaweicloud.com/repository/npm/
返回npm 官方原始镜像

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

使用那个镜像,只需要 npm config set registry + 对应的镜像网址就好了

npm config set registry

查看当前的镜像源:npm config get registry

npm config get registry

推荐使用上面的方式指定npm镜像,当然方法不唯一,也可以用 nrm 去指定npm镜像


什么是nrm
nrm 是一个 npm 源管理器,允许你快速地在 npm 源间切换。

安装nrm
npm install -g nrm

使用
查看可选的源
nrm ls

切换
如果要切换到taobao源,执行命令

nrm use taobao

测试速度
nrm test

  • 2
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值