关于nrm
当使用官方npm源安装各种包比较慢的时候,需要修改npm源地址,nrm就是用来管理npm源地址的。nrm是专门用来管理和快速切换私人配置的registry。
1.安装:npm install nrm -g --save (全局安装)
2.查看默认配置:nrm ls ( * 号是当前使用的配置 )
3.查看npm源地址:npm config list
4.查看当前使用:nrm current
5.切换源:nrm use 源名
6.添加源:nrm add 源名 源地址
7.删除源:**nrm del 源名 **
8.测试源速度:nrm test 源名
* npm -------- https://registry.npmjs.org/
yarn ------- https://registry.yarnpkg.com/
cnpm ------- http://r.cnpmjs.org/
taobao ----- https://registry.npm.taobao.org/
nj --------- https://registry.nodejitsu.com/
npmMirror -- https://skimdb.npmjs.com/registry/
edunpm ----- http://registry.enpmjs.org/