vuejs / laravel-elixir-vue-2

Laravel Elixir Vue 2.0 support plugin
105 stars 20 forks source link

Vue packages version mismatch #16

Closed Kreshnik closed 8 years ago

Kreshnik commented 8 years ago

After updating vuejs, gulp is not able to compile the vuejs templates.

Vue packages version mismatch:

- vue@2.0.5
- vue-template-compiler@2.0.3

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader or vueify, re-installing them should bump vue-template-compiler to the latest.
yyx990803 commented 8 years ago

As the message suggests, re-sintalling laravel-elixir-vue-2 should resolve the issue.

alex-thompson commented 7 years ago

Running npm install vue-template-compiler brought the template compiler up to the latest version and solved it for me.

kluplau commented 7 years ago

I got this issue on Laravel Spark, and Googled me in here, so if anyone else does this you might also need to update vue, if you update vue-template-compiler.

adrian12121989 commented 5 years ago

just run npm update it worked for me it will update all of the packages to the latest version

hersonpc commented 5 years ago

I had same error and a npm update soved it for me.

Just run: npm update