From 161c055df31ad465efb2bc6013201f82f53e634a Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sun, 13 Apr 2025 12:59:14 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20yarn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/framework/node/yarn.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/framework/node/yarn.md b/docs/framework/node/yarn.md index e4b217d..3799e78 100644 --- a/docs/framework/node/yarn.md +++ b/docs/framework/node/yarn.md @@ -1,3 +1,7 @@ # Yarn 相关 -Node.js 通常被简称为 Node,发展到如今已经是一套生态系统了。 \ No newline at end of file +Yarn 是一个 JavaScript 包管理器,它是由 Facebook 开发的,作为 npm(Node Package Manager)的替代品。 + +Yarn 的主要目的是解决 npm 早期版本中存在的一些问题,如安装速度慢、依赖管理不一致等。 + +虽然 npm 在近年来也有很大改进,解决了许多早期问题,但 Yarn 仍然被许多开发者使用和喜爱。 \ No newline at end of file