question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vue 2.6.11 causes errors

See original GitHub issue

Describe 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

  1. update vue to 2.6.11
  2. 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:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
rstoenescucommented, Dec 14, 2019

A sounding “Yes!”. And upgrade to q/app v1.4.1 which has latest vue packages anyway.

4reactions
rstoenescucommented, Dec 14, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found