mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
12 lines
315 B
Markdown
12 lines
315 B
Markdown
|
# `nuxi upgrade`
|
||
|
|
||
|
```{bash}
|
||
|
npx nuxi upgrade [--force|-f]
|
||
|
```
|
||
|
|
||
|
The `upgrade` command upgrades Nuxt 3 to the latest version.
|
||
|
|
||
|
Option | Default | Description
|
||
|
-------------------------|-----------------|------------------
|
||
|
`--force, -f` | `false` | Removes `node_modules` and lock files before upgrade.
|