vue 2.6.11 causes errors
See original GitHub issueDescribe the bug There are errors while compiling after updating vue to 2.6.11
Module build failed (from ./node_modules/vue-loader/lib/index.js):
TypeError: Cannot read property 'parseComponent' of undefined
- parse.js:14 parse
[@vue]/component-compiler-utils/dist/parse.js:14:23
- index.js:67 Object.module.exports
[vue-loader]/lib/index.js:67:22
To Reproduce
- update
vueto2.6.11 - then run
quasar dev
Expected behavior No errors
Platform (please complete the following information): OS: Win10 x64 Node: 12.13.0 NPM: 6.13.2
Additional context https://github.com/vuejs/vue/releases/tag/v2.6.11
Bump vue-server-renderer’s dependency of serialize-javascript to 2.1.2
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How do I fix a "Vue packages version mismatch" error on ...
Module build failed: Error: Vue packages version mismatch: - vue@2.0.8 - vue-template-compiler@2.2.6 This may cause things to work incorrectly. Make sure to use ......
Read more >Is your Vue app not working in IE 11? Here's how to fix it.
The main reason why your Vue app is breaking in IE11 is because the browser does not support modern JavaScript syntax. By that...
Read more >@vue/compat - npm
Some warnings may be caused by a dependency that you use (e.g. vue-router ). You can check this from the warning's component trace...
Read more >Vue 3 Migration Build: safely upgrade your app to Vue 3 (Pt. 1)
Install Vue 3 and the migration build (called @vue/compat ) to your existing Vue 2 app. Fix the errors caused by using features...
Read more >Vue packages version mismatch laravel Error
vue Module build failed: Error: Vue packages version mismatch: - vue@2.6.11 - vue-template-compiler@2.5.16 This may cause things to work ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

A sounding “Yes!”. And upgrade to q/app v1.4.1 which has latest vue packages anyway.
@matro-skin
Do NOT manually install vue & co packages. These come along with “@quasar/app”. Installing by your own can potentially blow up the stability of your app.