UniverseTBD / universeTBD.github.io

Webpage of UniverseTBD
https://universetbd.org/
MIT License
0 stars 1 forks source link

[development] vue-template-compiler version mismatch #7

Open maja-jablonska opened 11 months ago

maja-jablonska commented 11 months ago

When I had vue-template-compiler@2.7.x:

` Vue packages version mismatch:

    - vue@2.6.14 (/Users/majajablonska/Documents/Workspace/universeTBD-webpage/node_modules/vue/dist/vue.runtime.common.js)
    - vue-template-compiler@2.7.14 (/Users/majajablonska/Documents/Workspace/universeTBD-webpage/node_modules/vue-template-compiler/package.json)

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

It was fixed when setting vue-template-compiler to version 2.6.x - maybe we should change package.json requirements to ~2.6.14 instead of ^2.6.14, as something is off with the compatibility.