码迷,mamicode.com
首页 > 其他好文 > 详细

nrm -- npm镜像源管理

时间:2019-11-14 09:35:24      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:安装   快速   manage   使用   路径   http   tps   管理工具   执行   

nrm

nrm(npm registry manager )是npm的镜像源管理工具,有时候国外资源太慢,使用这个就可以快速地在 npm 源间切换

安装nrm

在命令行执行命令,npm install -g nrm,全局安装nrm。

使用

执行命令nrm ls查看可选的源。

nrm ls                                                                  

*npm ---- https://registry.npmjs.org/

cnpm --- http://r.cnpmjs.org/

taobao - http://registry.npm.taobao.org/

eu ----- http://registry.npmjs.eu/

au ----- http://registry.npmjs.org.au/

sl ----- http://npm.strongloop.com/

nj ----- https://registry.nodejitsu.com/

其中,带*的是当前使用的源,上面的输出表明当前源是官方源。

切换

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

增加

你可以增加定制的源,特别适用于添加企业内部的私有源,执行命令 nrm add ,其中reigstry为源名,url为源的路径。

nrm add registry http://registry.npm.frp.trmap.cn/

删除

执行命令nrm del 删除对应的源。

测试速度

你还可以通过 nrm test 测试相应源的响应时间。

nrm test npm

https://www.jianshu.com/p/66f97cadd1eb

nrm -- npm镜像源管理

标签:安装   快速   manage   使用   路径   http   tps   管理工具   执行   

原文地址:https://www.cnblogs.com/shengulong/p/11854707.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!