Nuxt.js: Vue Packages version mismatch after upgrading to 2.4.3

Created on 8 Feb 2019  路  3Comments  路  Source: nuxt/nuxt.js

FATAL

Vue packages version mismatch:

This may cause things to work incorrectly. Make sure to use the same version for both.

This question is available on Nuxt community (#c8626)

Most helpful comment

Try to delete the node_modules folder and the lock and reinstall.
rm -rf ./node_modules yarn.lock && yarn install

All 3 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/c8626.

Try to delete the node_modules folder and the lock and reinstall.
rm -rf ./node_modules yarn.lock && yarn install

Thanks it worked.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jaredreich picture jaredreich  路  3Comments

pehbehbeh picture pehbehbeh  路  3Comments

lazycrazy picture lazycrazy  路  3Comments

danieloprado picture danieloprado  路  3Comments

vadimsg picture vadimsg  路  3Comments