What nrm that? Installation and command and nrm

Article reprint: respect of copyright

Original author address: https: //www.cnblogs.com/YMaster/p/6810339.html

 

The installation action nrm

 

First, what nrm that?

This is the official's words:

  Npm registry management tool developed by  NRM , the ability to view and to switch the currently used registry, recently NPM often fall down, this is still very useful haha

As the name suggests, that nrm npm is a management tool if you do not know what npm yes, look at what is npm here? .

Two, nrm installation

$ npm install -g nrm

Three, nrm command

$  NRM LS // View all support sources (with an asterisk indicate the source currently used, the following [name] indicates the name of the source)

$ Nrm use [name] // switch to the Download Source npm specified source

$ Nrm help // View nrm help

$ Nrm home [name] // Jump to specify the source of the official website

If the time is not ideal or cause other network restrictions can not be used npm original source download nrm is very useful in the case of not over the wall, or receive in your network, you only need to

  $ Ls NRM

 

 $ nrm use [name]

 

 Can be easily carried out using npm packages and tools they need to download a.

Guess you like

Origin www.cnblogs.com/suni1024/p/12049165.html