Skip to content

Commit 232209b

Browse files
authored
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 #21657.
1 parent 5be31f5 commit 232209b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ npm install next react react-dom
4141
yarn add next react react-dom
4242
```
4343

44-
> **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.
45-
4644
Open `package.json` and add the following `scripts`:
4745

4846
```json

0 commit comments

Comments
 (0)