# the original source
https://registry.npmjs.org/npm install -g nrmnrm ls输出结果:
* 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/nrm use taobaonpm config set registry https://registry.npm.taobao.orgnpm config get registry输出结果:
https://registry.npm.taobao.org/npm info underscorenpm --registry https://registry.npm.taobao.org install [name]~/.npmrcregistry = https://registry.npm.taobao.orgnpm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install [name]淘宝源链接