How to upgrade from RC to stable using `nuxi`?
If you run
npx nuxi@latest upgrade
it downgrades back to rc14, I can't actually make it upgrade to stable. Is this a bug?3 Replies
@l422y the upgrade command does more than that IIRC, it also does some clean up
i tried this route already, but I couldn't get it to work and got runtime errors - I think its because some of the old indirect dependencies weren't updated properly or something 🤔
I havent been able to use the nuxi latest. it doesnt go to the latest rc so i am assuming that it isnt working corretly.
@l422y can't just remove yarn.lock, the app is a part of a monorepo and this could break dependencies of other packages
that's the question - what do I need to update? if it would just be 'nuxt' then I could just make the change in package.json and that would be that, but usually there are also a ton of indirect dependencies that change
i was under the assumption that
nuxi
usually did the proper upgrade & cleanup
when doing nuxi upgrade
I meant I would set the new version in package.json and run yarn
, that would update the lock file