From f2030c8a72f679e43111605b4c5dc18ee585abe3 Mon Sep 17 00:00:00 2001 From: RollingTL <16714526+RollingTL@users.noreply.github.com> Date: Sat, 6 Apr 2024 13:01:42 +0500 Subject: [PATCH 1/3] Remove unnecessary step of installing dependecies Dependencies are installed by Nuxi init. --- docs/1.getting-started/2.installation.md | 26 +----------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/docs/1.getting-started/2.installation.md b/docs/1.getting-started/2.installation.md index f89438e8f2b0..89297112a598 100644 --- a/docs/1.getting-started/2.installation.md +++ b/docs/1.getting-started/2.installation.md @@ -63,32 +63,8 @@ Or change directory into your new project from your terminal: cd ``` -Install the dependencies: +You don't need to install dependencies, they are already installed. -::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 From 0d73253b8d7abeae10d367d75324d94710fb42e6 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 6 Apr 2024 15:57:44 +0100 Subject: [PATCH 2/3] chore: remove line --- docs/1.getting-started/2.installation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/1.getting-started/2.installation.md b/docs/1.getting-started/2.installation.md index 89297112a598..ebc70be63004 100644 --- a/docs/1.getting-started/2.installation.md +++ b/docs/1.getting-started/2.installation.md @@ -63,8 +63,6 @@ Or change directory into your new project from your terminal: cd ``` -You don't need to install dependencies, they are already installed. - ## Development Server From 7ef30395d85758e0b2d829ff05e7dd3350d17bff Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 14:58:13 +0000 Subject: [PATCH 3/3] [autofix.ci] apply automated fixes --- docs/1.getting-started/2.installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/1.getting-started/2.installation.md b/docs/1.getting-started/2.installation.md index ebc70be63004..f207e002bc6a 100644 --- a/docs/1.getting-started/2.installation.md +++ b/docs/1.getting-started/2.installation.md @@ -63,7 +63,6 @@ Or change directory into your new project from your terminal: cd ``` - ## Development Server Now you'll be able to start your Nuxt app in development mode: