18 lines
902 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Yarn 相关
Yarn 是一个 JavaScript 包管理器,它是由 Facebook 开发的,作为 npmNode Package Manager的替代品。
Yarn 的主要目的是解决 npm 早期版本中存在的一些问题,如安装速度慢、依赖管理不一致等。
虽然 npm 在近年来也有很大改进,解决了许多早期问题,但 Yarn 仍然被许多开发者使用和喜爱。
因篇幅限制,在这里我们使用内容加链接的方法,对于一些非常通用的内容,我们就以文章的方式导航保存,对于篇幅比较长或者需要配图,视频的内容,我们就提供链接。
## 配置
针对 yarn 配置相关的内容和方法。
| 标题 | 链接 |
|--------------------|----------------------------------------|
| 针对项目自定义的 Yarn 下载地址 | https://www.isharkfly.com/t/yarn/17181 |