Closed alexcroox closed 2 months ago
This shouldn't happen. Maybe trying to remove the node_modules
and re-install all deps?
did not help. Tried all of that.
You might not only need to reinstall deps, but also refresh your lockfile so that Nuxt pins its Vue version to 3.5.
Have you correctly upgraded Nuxt with the following command ?
npx nuxi@latest upgrade --force
I just tried to reproduce with a fresh install (npx nuxi init -t ui
) without any issue, could you please provide a reproduction?
I am also having this issue, any solution for this yet ?
I have tried deleting my node_modules and yarn lock files to reinstall everything again but the error persists.
So i just did a little bit of digging i found out it was vue version error, i was basically using 3.4.38
but i upgraded to 3.5.4
and it automatically got resolved.
@alexcroox @billnbell3 Can you confirm your issue is solved as well?
I can confirm npx nuxi@latest upgrade --force
worked for me
Environment
Build Modules: -
Version
v2.18.4
Reproduction
None
Description
Heads-up, my tests are failing in the Nuxt update [3.13.0 -> 3.13.1]
Nuxt 3.13.1 switched to using the native Vue useId
Additional context
No response
Logs
No response