mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
9a0fc57724
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
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.
|