We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nuxi upgrade
------------------------------ - Operating System: `Darwin` - Node Version: `v18.0.0` - Nuxt Version: `3.0.0-rc.1` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `runtimeConfig`, `telemetry`, `srcDir`, `ssr`, `typescript`, `modules`, `meta`, `css` - Runtime Modules: `~/modules/app-customisations.ts`, `@nuxtjs/[email protected]` - Build Modules: `-` ------------------------------
set nuxt to npm:nuxt3@latest then run nuxi upgrade
npm:nuxt3@latest
If I try to keep to the edge by "nuxt": "npm:nuxt3@latest" nuxi upgrade sets my package.json to "nuxt": "^3.0.0-rc.1".
"nuxt": "npm:nuxt3@latest"
"nuxt": "^3.0.0-rc.1"
Related discussion: https://github.com/nuxt/framework/discussions/4479 Workaround for now is npm i && nuxi prepare
npm i && nuxi prepare
No response
The text was updated successfully, but these errors were encountered:
Hi @nandi95. Currently nuxi CLI is only able to upgrade nuxt version, not edge releases. You have to do this manually.
nuxi
nuxt
Sorry, something went wrong.
Let's track via #55
No branches or pull requests
Environment
Reproduction
set nuxt to
npm:nuxt3@latest
then runnuxi upgrade
Describe the bug
If I try to keep to the edge by
"nuxt": "npm:nuxt3@latest"
nuxi upgrade
sets my package.json to"nuxt": "^3.0.0-rc.1"
.Additional context
Related discussion: https://github.com/nuxt/framework/discussions/4479
Workaround for now is
npm i && nuxi prepare
Logs
No response
The text was updated successfully, but these errors were encountered: