You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error came up on a build.
Everything was working great with vuejs 2.3.4.
error in ./~/vue-slick/slickCarousel.vue
Module build failed: Error:
Vue packages version mismatch:
- vue@2.4.1
- vue-template-compiler@2.3.4
This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.
The text was updated successfully, but these errors were encountered:
My bad, the issue was linked to the yarn.lock file.
I removed my node_modules folder and made the packages installations again and all is now working fine.
The following error came up on a build.
Everything was working great with vuejs 2.3.4.
The text was updated successfully, but these errors were encountered: