From npm to cnpm

npm is a package management tool for nodejs, you can download the packages you need through npm npm install ***
but sometimes npm download packages are very slow or fail to download, so you can consider using Taobao npm mirror
If you're in China, maybe you should install it from our China mirror:

$ npm install cnpm -g --registry=https://registry.npm.taobao.org

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326672537&siteId=291194637