Nuxt/docs/3.api/4.commands/upgrade.md
2024-12-06 21:16:11 +00:00

635 B

title description links
nuxi upgrade The upgrade command upgrades Nuxt to the latest version.
label icon to size
Source i-simple-icons-github https://github.com/nuxt/cli/blob/main/src/commands/upgrade.ts xs
npx nuxi upgrade [--force|-f]

The upgrade command upgrades Nuxt to the latest version.

Option Default Description
--force, -f false Removes node_modules and lock files before upgrade.
--channel, -ch "stable" Specify a channel to install from ("nightly" or "stable")