Skip to content

Commit

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

0 comments on commit 843252b

Please sign in to comment.