本文介绍: 国内npm镜像npm加速下载指定npm镜像nrm一个 npm管理器,允许你快速地在 npm 源间切换

国内npm镜像npm加速下载

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

原文地址:https://blog.csdn.net/qq_43940789/article/details/131449710

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任

如若转载,请注明出处:http://www.7code.cn/show_22064.html

如若内容造成侵权/违法违规/事实不符,请联系代码007邮箱suwngjj01@126.com进行投诉反馈,一经查实,立即删除

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注