Logo

Logo

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

Xzavier Aaron
Xzavier Aaron 2025年01月06日
87 阅读 0 评论 约 1168 字 阅读约 3 分钟

指定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

 

查看完整代码

橙子主题打折出售

其实我不卖,主要是这里是放广告的,所以就放了一个
毕竟主题都没做完,卖了也是坑.

购买它
部分文章可能存在转载,如果涉及到侵权,请联系删除文章。

探索AIGC相关的精彩内容,共 15 篇文章

Azure AI 服务之语音识别

简介 Azure AI 服务中的语音识别 API 是微软提供的一项先进技术,旨在帮助开发者轻松实现语 ... 国内npm源镜像(npm加速下载) 指定npm镜像

2026-02-17 · Xzavier Aaron
MCP | 一文详解什么是 MCP以及 MCP 可以做什么

一、什么是 MCP MCP(Model Context Protocol)是一个专为大型语言模型(L ... 国内npm源镜像(npm加速下载) 指定npm镜像

2026-02-14 · Shen, Luke
你的工作流程,值得一个“全自动数字分身”:录制、截图、成文,一气呵成

一、一句话认识 TestFlow Recorder 在数字化工作环境中,如何准确记录操作步骤并生成清 ... 国内npm源镜像(npm加速下载) 指定npm镜像

2026-02-14 · Xzavier Aaron
Flowise 前端框架配置指南

用户需求 问题:有没有适合配置 Flowise 的前端框架? 目标:寻找类似 Open WebUI ... 国内npm源镜像(npm加速下载) 指定npm镜像

2026-02-14 · Xzavier Aaron