Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove unnecessary step of installing dependecies
Dependencies are installed by Nuxi init.
  • Loading branch information
RollingTL authored Apr 6, 2024
commit f2030c8a72f679e43111605b4c5dc18ee585abe3
26 changes: 1 addition & 25 deletions docs/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,32 +63,8 @@ Or change directory into your new project from your terminal:
cd <project-name>
```

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

Expand Down