npm换源
1 | npm install -g cnpm --registry=httpsregistry.npm.taobao.org |
以后cnpm安装:
1 | cnpm install --save 包 |
1 | cnpm uninstall --save 包 |
1 | npm install -g cnpm --registry=httpsregistry.npm.taobao.org |
以后cnpm安装:
1 | cnpm install --save 包 |
1 | cnpm uninstall --save 包 |