Nuxt.js: Vue needs update.

Created on 17 Dec 2019  路  5Comments  路  Source: nuxt/nuxt.js

new update of vue-server-renderer from 2.6.10 to 2.6.11.

Now getting error:
`UnhandledPromiseRejectionWarning: Error: Vue packages version mismatch:

Most helpful comment

This fixed it for me:
Try deleting package-lock.json, run npm update and npm run dev again.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

uptownhr picture uptownhr  路  3Comments

vadimsg picture vadimsg  路  3Comments

gary149 picture gary149  路  3Comments

danieloprado picture danieloprado  路  3Comments

mikekidder picture mikekidder  路  3Comments