码迷,mamicode.com
首页 > Web开发 > 详细

淘宝 NPM 镜像(原文链接:https://npm.taobao.org/)

时间:2017-08-01 12:36:08      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:style   mrc   code   ash   amp   uri   mil   tty   registry   

使用说明

1、使用定制的cnpm(gzip压缩支持)命令工具代替默认的npm:

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

2、直接添加npm参数alias

alias cnpm="npm --registry=https://registry.npm.taobao.org --cache=$HOME/.npm/.cache/cnpm --disturl=https://npm.taobao.org/dist --userconfig=$HOME/.cnpmrc"

# Or alias it in .bashrc or .zshrc
$ echo ‘\n#alias for cnpm\nalias cnpm="npm --registry=https://registry.npm.taobao.org   --cache=$HOME/.npm/.cache/cnpm   --disturl=https://npm.taobao.org/dist   --userconfig=$HOME/.cnpmrc"‘ >> ~/.zshrc && source ~/.zshrc

淘宝 NPM 镜像(原文链接:https://npm.taobao.org/)

标签:style   mrc   code   ash   amp   uri   mil   tty   registry   

原文地址:http://www.cnblogs.com/ruishuiweixiang/p/7267559.html

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