Skip to content

Commit

Permalink
Remove note about Yarn 2 support. (#21665)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
leerob committed Jan 29, 2021
1 parent 5be31f5 commit 232209b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/getting-started.md
Expand Up @@ -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
Expand Down

0 comments on commit 232209b

Please sign in to comment.