Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

「CYarn」使用 cnpm 源的 Yarn

$
0
0

做的比较匆忙,请大家帮忙多测试一下,谢谢!

GitHub: https://github.com/xcatliu/cyarn


CYarn

使用 cnpm 源的 Yarn

Yarn 是一个快速、可靠、安全的 JavaScript 依赖管理工具。

安装 CYarn

npm install -g cyarn

或者使用 cnpm 源:

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

其他修改源的方式

配置 yarn config

https://yarnpkg.com/en/docs/cli/config

yarn config set registry https://registry.npm.taobao.org

使用 yrm

https://github.com/i5ting/yrm

npm install -g yrm
yrm use cnpm

现有技术

CYarn 离不开这些现有技术:


Viewing all articles
Browse latest Browse all 14821

Trending Articles