docs: specify yarn pnp opt-out for install (#24923)

This commit is contained in:
Clément Ollivier 2023-12-28 17:14:04 +01:00 committed by GitHub
parent 155100edd7
commit 29a765081a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,11 @@ bun install
::
::callout
If you are using Yarn 2+ (Berry), add `nodeLinker: node-modules` to your `.yarnrc.yml` file.
[You can follow this issue status here](https://github.com/nuxt/nuxt/issues/22861)
::
## Development Server
Now you'll be able to start your Nuxt app in development mode: