// 全局 管理npm源
npm i -g nrm
$ nrm ls
* npm ---- https://registry.npmjs.org/
cnpm --- http://r.cnpmjs.org/
taobao - https://registry.npm.taobao.org/
nj ----- https://registry.nodejitsu.com/
rednpm - http://registry.mirror.cqupt.edu.cn/
npmMirror https://skimdb.npmjs.com/registry/
edunpm - http://registry.enpmjs.org/
$ nrm -h
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
ls List all the registries
current Show current registry name
use <registry> Change registry to registry
add <registry> <url> [home] Add one custom registry
del <registry> Delete one custom registry
home <registry> [browser] Open the homepage of registry with optional browser
test [registry] Show response time for specific or all registries
help Print this help
// 切换到淘宝镜像
nrm use taobao
本文详细介绍了如何使用nrm工具全局管理npm源,包括列出所有可用的注册表、查看当前注册表名称、切换注册表、添加自定义注册表、删除注册表、打开注册表主页、测试特定或所有注册表的响应时间等操作。

519

被折叠的 条评论
为什么被折叠?



