博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
nrm 的使用说明
阅读量:5099 次
发布时间:2019-06-13

本文共 638 字,大约阅读时间需要 2 分钟。

nrm -- NPM registry 管理工具

开发的npm registry 管理工具 , 能够查看和切换当前使用的registry, 最近NPM经常 down 掉, 这个还是很有用的哈哈

Install

$ npm install -g nrm

Example

$ nrm ls* npm ---- https://registry.npmjs.org/ cnpm --- http://r.cnpmjs.org/ eu ----- http://registry.npmjs.eu/ au ----- http://registry.npmjs.org.au/ sl ----- http://npm.strongloop.com/ nj ----- https://registry.nodejitsu.com/
$ nrm use cnpm //switch registry to cnpm Registry has been set to: http://r.cnpmjs.org/

cmd

nrm help // show helpnrm list // show all registries nrm use cnpm // switch to cnpm nrm home // go to a registry home page

Registries

转载于:https://www.cnblogs.com/sxz2008/p/6409080.html

你可能感兴趣的文章
88. Merge Sorted Array java solutions
查看>>
347. Top K Frequent Elements java solutions
查看>>
面试总结
查看>>
EL表达式
查看>>
5:练习题
查看>>
【转帖】快学正则表达式
查看>>
bzoj 1070: [SCOI2007]修车 -- 费用流
查看>>
Tomcat设计模式
查看>>
BZOJ1041 HAOI2008圆上的整点(数论)
查看>>
GitHub详细教程
查看>>
分布式事务、两阶段提交协议、三阶提交协议
查看>>
差分约束
查看>>
UINavigationCountroller pop到指定界面
查看>>
NoSQL相关数据库
查看>>
安卓扁平化之路专题(四)Material Design
查看>>
案例:音乐列表
查看>>
npm
查看>>
vue-cli安装
查看>>
渐进增强和优雅降级
查看>>
Html和Css学习笔记-css基础知识
查看>>