No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    [V1.0] Vue packages version mismatch

    Help
    2
    2
    973
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mKomo last edited by

      I recently ran into an issue where my computer froze and after rebooting I had the following error

       error  in ./src/layouts/MyLayout.vue
      
      Module Error (from ./node_modules/vue-loader/lib/index.js):
      
      
      Vue packages version mismatch:
      
      - vue@2.6.8
      - vue-template-compiler@2.6.7
      
      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.
      
      
       @ ./src/router/routes.js 4:11-41
       @ ./src/router/index.js
       @ ./.quasar/app.js
       @ ./.quasar/client-entry.js
       @ multi (webpack)-dev-server/client?http://0.0.0.0:8080 (webpack)/hot/dev-server.js ./.quasar/client-entry.js
      

      I fixed it by running:

      yarn add vue-template-compiler
      

      I’m not sure how it came about but I’m adding the post in case anyone else runs into this issue

      1 Reply Last reply Reply Quote 3
      • C
        casimirorocha last edited by

        Works for me too, thanks bro ❤

        1 Reply Last reply Reply Quote 0
        • First post
          Last post