随笔 - 19  文章 - 0  评论 - 4  阅读 - 46530

国内npm源镜像(npm加速下载) 指定npm镜像

指定npm镜像

  • npm 官方原始镜像网址是:https://registry.npmjs.org/
    淘宝 NPM 镜像:http://registry.npmmirror.com
    阿里云 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.npmmirror.com

之前的:

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

 

posted on   尹镇镇  阅读(9946)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示