FATAL
Vue packages version mismatch:
This may cause things to work incorrectly. Make sure to use the same version for both.
This issue as been imported as question since it does not respect nuxt.js issue template. Only bug reports and feature requests stays open to reduce maintainers workload.
If your issue is not a question, please mention the repo admin or moderator to change its type and it will be re-opened automatically.
Your question is available at https://cmty.app/nuxt/nuxt.js/issues/c8626.
Try to delete the node_modules folder and the lock and reinstall.
rm -rf ./node_modules yarn.lock && yarn install
Thanks it worked.
Most helpful comment
Try to delete the node_modules folder and the lock and reinstall.
rm -rf ./node_modules yarn.lock && yarn install