From 58ba97d820d071d3ef90a54234e7c408d484c049 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Fri, 29 Jan 2021 13:01:07 -0600 Subject: [PATCH] Remove Yarn 2 note. --- 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