From 232209b51330414f8dc002eb533e90ba2ac00cc9 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Fri, 29 Jan 2021 13:09:17 -0600 Subject: [PATCH] Remove note about Yarn 2 support. (#21665) My addition of the Yarn 2 caveat was more nuanced than I thought. Apologies. @merceyz has been adding extensive e2e tests for Yarn 2 support. We plan to support Yarn 2 compat. Reverts https://github.com/vercel/next.js/pull/21657. --- docs/getting-started.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 3cd0ab18d173f..6de8da2f92a16 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -41,8 +41,6 @@ npm install next react react-dom yarn add next react react-dom ``` -> **Note**: [Yarn 2](https://yarnpkg.com/getting-started/install) is supported as best-effort within Next.js. For best results, use NPM or Yarn 1. - Open `package.json` and add the following `scripts`: ```json