[npm] 国内是用cnpm 代替 npm命令方法

cnpm

国内使用 npm 速度很慢,你可以使用淘宝定制的 cnpm (gzip 压缩支持) 命令行工具代替默认的 npm:

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

猜你喜欢

转载自www.cnblogs.com/it-dennis/p/11747046.html
今日推荐