Open ivansieder opened 4 years ago
Tried clearing the node cache, without success.
ooooh I see, probably because 3.x isn't RC anymore. If that's the case, is there a different possible migration path? AFAICT, https://v3.vuejs.org/guide/migration/introduction.html only talks about how to create new Vue 3 apps.
I think that part of the documentation may have misled you 😅 The instruction is for upgrading Vue CLI-related dependencies in a Vue CLI project to the latest 4.5.x release, so that it can compile Vue 3 components. It's not meant for Vue 2 -> Vue 3 migration. (We may add that functionality later, though)
Oooh I see, thank you. That's a whole new level of fail. I guess i mixed it up with https://github.com/vuejs/vue-cli-plugin-vue-next.
So for now, the migration way is to probably create a new Vue 3 project and copy the packages and settings over to the Vue 2 project, right?
Yes, that's right.
Version
4.5.7
Environment info
Steps to reproduce
vue upgrade --next
What is expected?
As far as I understood from https://v3.vuejs.org/guide/installation.html#cli it should upgrade to the latest vue 3 release.
What is actually happening?
The following output gets returned:
✔ Gathering package information... DONE Seems all plugins are up to date. Good work!