「CYarn」使用 cnpm 源的 Yarn
发布于 3 个月前 作者 xcatliu 1452 次浏览 来自 分享

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

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


CYarn

使用 cnpm 源的 Yarn

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

  • Yarn 文档: https://yarnpkg.com/ (官方网站支持多语言,但是中文文档还没有)

安装 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 离不开这些现有技术:

8 回复

现在是yarn config set registry https://registry.npm.taobao.org 用的还挺好

多谢提醒,我一会儿把 yarn config set registry 的方式也写到 README.md 里面去。

其实yrm更好

https://github.com/i5ting/yrm

对nrm的改进版本

@jiangzhuo @i5ting 已加

其他修改源的方式

配置 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

@i5ting 装了之后 还需要装yarn吗?

@yuu2lee4 先装yarn,和nrm类似,你必须现有npm啊,小玩具,哈哈

hax 说的这么快就实现了 哈哈

回到顶部