kematia
Upgrading Nuxt gradually
Ciao! we are working with a pretty sizeable application and we lagged behind with updates, as we are currently at version
3.5.4
If we run npx nuxi upgrade
we have too much stuff breaking at once (unit tests, imports, playwright, etc) so we would like to upgrade a version or two at a time, but I don't see anything in the cli docs to handle that. For example, can I just run npm install [email protected]
?
Thanks!5 replies