NPM国内镜像源多选择与镜像快速切换工具(nrm)介绍

多镜像源选择

淘宝镜像(推荐)

镜像地址:https://registry.npmmirror.com

特性:官方推荐,镜像更新速度快,稳定性高。

使用方式:

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

恢复默认

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

华为云开源镜像

镜像地址:https://mirrors.huaweicloud.com/repository/npm/

特性:华为提供的开源镜像,速度较快,可靠性高。

使用方式

npm config set registry https://mirrors.huaweicloud.com/repository/npm/

腾讯云 npm 镜像

镜像地址:https://mirrors.cloud.tencent.com/npm/

特性:腾讯云提供,速度和可靠性不错。

使用方式

npm config set registry https://mirrors.cloud.tencent.com/npm/

阿里云 npm 镜像

镜像地址:https://npm.aliyun.com/

特性:阿里云提供的镜像,但不如淘宝镜像更新频繁。

使用方式

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

清华大学开源镜像站

镜像地址:https://mirrors.tuna.tsinghua.edu.cn/npm/

特性:清华大学提供的开源镜像,稳定性和更新速度都不错。

使用方式

npm config set registry https://mirrors.tuna.tsinghua.edu.cn/npm/

npm 镜像快速切换工具(nrm)

安装 nrm

npm install -g nrm

查看可用镜像

nrm ls

切换镜像

比如切换到淘宝镜像:

nrm use taobao

恢复默认镜像

切换回官方的 npm 仓库:

nrm use npm
相关推荐
幽兰的天空7 分钟前
HTML 面试题全解析
前端·html
鹿守心畔光29 分钟前
react常用hooks
前端·react.js
chengma_09090931 分钟前
elasticsearch 7.6.2版本即使使用wildcard模糊查询,也毫无过滤效果分析
java·服务器·前端
m0_7388202038 分钟前
前端模拟接口工具-json-server
前端·json
姬嘉晗-19期-河北工职大1 小时前
jQuery总结(思维导图+二维表+问题)
前端·javascript·jquery
逆旅行天涯1 小时前
【Threejs】从零开始(十)--加载gltf模型和压缩后的模型
前端
王家视频教程图书馆1 小时前
请求go web后端接口 java安卓端播放视频
android·java·前端
请叫我飞哥@1 小时前
HTML 基础
前端·html
一点一木1 小时前
🚀 2024年12月 GitHub 十大热门项目排行榜 🔥
前端·人工智能·github
黄毛火烧雪下1 小时前
介绍 Html 和 Html 5 的关系与区别
前端·html