mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: remove step of installing deps in new nuxt project (#26676)
This commit is contained in:
parent
6ce8d70029
commit
f2c2a5b0f7
@ -63,33 +63,6 @@ Or change directory into your new project from your terminal:
|
|||||||
cd <project-name>
|
cd <project-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
## Development Server
|
||||||
|
|
||||||
Now you'll be able to start your Nuxt app in development mode:
|
Now you'll be able to start your Nuxt app in development mode:
|
||||||
|
Loading…
Reference in New Issue
Block a user