diff --git a/docs/1.getting-started/2.installation.md b/docs/1.getting-started/2.installation.md index f89438e8f2b0..f207e002bc6a 100644 --- a/docs/1.getting-started/2.installation.md +++ b/docs/1.getting-started/2.installation.md @@ -63,33 +63,6 @@ Or change directory into your new project from your terminal: cd ``` -Install the dependencies: - -::code-group - -```bash [yarn] -yarn install -``` - -```bash [npm] -npm install -``` - -```bash [pnpm] -pnpm install -``` - -```bash [bun] -bun install -``` - -:: - -::note -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: