From 843252b8211f14ba9c2aa422f3feed728a827836 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Fri, 29 Jan 2021 08:38:19 -0600 Subject: [PATCH] Add note about Yarn 2 support. (#21657) As we saw some confusion with users trying out Yarn 2 and hitting roadblocks in their app. Yarn 2 is supported on a best-effort basis. --- docs/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 6de8da2f92a16..3cd0ab18d173f 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -41,6 +41,8 @@ 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