nrm的使用

npm config ls
查看npm的配置

nrm是管理注册管理器的

npm i nrm -g

nrm ls查看所有注册管理器

使用指定的registry
nrm use 名字

添加
nrm add 名字 地址

删除
nrm del 名字

测试速度
nrm test npm

原文地址:https://www.cnblogs.com/victory820/p/12631882.html