From b2c8420749daf5444336fe0ea299e08b6bfea126 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Tue, 22 Jul 2025 01:29:43 -0700 Subject: [PATCH] fix(learn): use yarn main website --- .../an-introduction-to-the-npm-package-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md b/apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md index 9ece9b64a5d74..d4c1cb6e3399d 100644 --- a/apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md +++ b/apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md @@ -14,7 +14,7 @@ In September 2022 over 2.1 million packages were reported being listed in the np It started as a way to download and manage dependencies of Node.js packages, but it has since become a tool used also in frontend JavaScript. -> [**Yarn**](https://yarnpkg.com/en/) and [**pnpm**](https://pnpm.io) are alternatives to npm cli. You can check them out as well. +> [**Yarn**](https://yarnpkg.com) and [**pnpm**](https://pnpm.io) are alternatives to npm cli. You can check them out as well. ## Packages