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

Posted 弱水微香

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了淘宝 NPM 镜像(原文链接:https://npm.taobao.org/)相关的知识,希望对你有一定的参考价值。

使用说明

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/)的主要内容,如果未能解决你的问题,请参考以下文章

node杂记

npm

Yarn 和 NPM 国内快速镜像(淘宝镜像)

Yarn 和 NPM 国内快速镜像(淘宝镜像)

yarn npm 设置淘宝镜像

npm安装淘宝镜像和查看镜像设置