-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
CLI command to switch between nightly and stable nuxt channels #55
Comments
I want to add 1 more question to resolve: should we upgrade not only nuxt but other enviroment packages, too? IMO, we should update them with upgrading Nuxt, too. |
That makes sense! If you use caret |
Yes, I'll create create the issue👌 |
We introduced an edge channel since Nuxt 2, mainly for internally testing changes before public releases. This allows opting-in to beta test features ahead of time for the community too.
Manual migration is currently documented here: https://v3.nuxtjs.org/guide/going-further/edge-channel.
The idea is to make it easy to opt-in and opt-out from edge release channel and also be able to keep it updated. @atinux previously shared the idea of
nuxi edge on|off
an @AndreyYolkin in nuxt/framework#6998 usingnuxi upgrade --channel edge
. I like both actually because they complete each other and can be combined:nuxi upgrade edge
: Change dependency tonpm:nuxt3
and upgrade to the latest edgenuxi upgrade stable
: Change dependency tonuxt
with the latest RC tagThe text was updated successfully, but these errors were encountered: