new update of vue-server-renderer from 2.6.10 to 2.6.11.
Now getting error:
`UnhandledPromiseRejectionWarning: Error: Vue packages version mismatch:
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/c10128.
Got the same problem.
Ditto
This fixed it for me:
Try deleting package-lock.json, run npm update and npm run dev again.
This fixed it for me:
Try deleting package-lock.json, run npm update and npm run dev again.
I also had to delete node_modules folder and npm install.
Most helpful comment
This fixed it for me:
Try deleting package-lock.json, run npm update and npm run dev again.