码迷,mamicode.com
首页 > 其他好文 > 详细

cnpm安装

时间:2018-11-28 23:54:03      阅读:493      评论:0      收藏:0      [点我收藏+]

标签:str   tar   registry   命令   cnpm   gis   set   命令行   pre   

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

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

这样就可以使用 cnpm 命令来安装模块了:

$ cnpm install [name]

更多信息可以查阅:http://npm.taobao.org/

cnpm安装

标签:str   tar   registry   命令   cnpm   gis   set   命令行   pre   

原文地址:https://www.cnblogs.com/eattingcorn/p/10035543.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!