Bootstrap

npm、nrm两种方式查看源和切换镜像

一、使用npm查看当前源、切换淘宝镜像、切换官方源

(1)npm查看当前源:

npm get registry

(2)npm设置淘宝镜像源:

npm config set registry http://registry.npm.taobao.org

(3)npm设置官方源:

npm config set registry http://www.npmjs.org

二、使用nrm查看和切换镜像

1、首先通过npm安装nrm:

npm install -g nrm

2、通过nrm查看和切换镜像源(命令):nrm 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/

3、如果想要使用某一个,直接use,比如我要使用淘宝镜像的源&

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;