Closed Kreshnik closed 8 years ago
As the message suggests, re-sintalling laravel-elixir-vue-2
should resolve the issue.
Running npm install vue-template-compiler
brought the template compiler up to the latest version and solved it for me.
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
.
just run npm update it worked for me it will update all of the packages to the latest version
I had same error and a npm update soved it for me.
Just run:
npm update
After updating vuejs, gulp is not able to compile the vuejs templates.