NRM-NPM源管理工具

作者:犯困乐 发布时间: 2025-10-17 阅读量:37 评论数:0

npm 默认镜像源是 https://registry.npmjs.org/,在国内访问可能会很慢。后来,淘宝做了一个镜像网站(npmmirror),以便国内开发者访问。

安装与使用

全局安装

npm i nrm -g

查看所有源

nrm ls
* npm -------- https://registry.npmjs.org/  
  yarn ------- https://registry.yarnpkg.com/  
  cnpm ------- http://r.cnpmjs.org/  
  taobao ----- https://www.npmmirror.com/  
  nj --------- https://registry.nodejitsu.com/  
  npmMirror -- https://skimdb.npmjs.com/registry/  
  edunpm ----- http://registry.enpmjs.org/

评论