Managing NPM warehouses using NRM

Source: Internet
Author: User
managing NPM warehouses using NRM

With NPM pack, often run into too slow or NPM official website was wall situation, sometimes make a change to "~/.NPMRC" file, but often change to go also very troublesome, so found can use NRM to manage NPM warehouse. installation

sudo npm install-g NRM
Query Warehouse

Use "NRM ls" to view all warehouses

$ NRM ls

* npm----https://registry.npmjs.org/
  cnpm---http://r.cnpmjs.org/
  taobao-https:// registry.npm.taobao.org/
  NJ-----https://registry.nodejitsu.com/
  rednpm-http:// registry.mirror.cqupt.edu.cn/
  npmmirror  https://skimdb.npmjs.com/registry/
  edunpm-http:// registry.enpmjs.org/

The warehouse with "*" in which the representation is currently in use. Add Delete Warehouse

Use Add or Del to add or remove warehouses. Like what:

$ NRM Add Myrepos
... $ NRM del Myrepos
switching Warehouses

Uses use to select the currently used warehouse. Like what:

$ NRM use taobao ... $ NRM ls npm----HTTPS://REGISTRY.NPMJS.ORG/CNPM---HTTP://R.CNPMJS . org/* TAOBAO-HTTPS://REGISTRY.NPM.TAOBAO.ORG/NJ-----HTTPS://REGISTRY.NODEJITSU.COM/REDNPM-HTTP://REGISTRY.MI Rror.cqupt.edu.cn/npmmirror https://skimdb.npmjs.com/registry/edunpm-http://registry.enpmjs.org 
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.