meteor-vue/vue

Issue with vue version: 2.5.2

Closed this issue · 3 comments

Hello,

I think this VueJS fork should have the same version as offical vue :
--> 2.5.16

I can't setup test units with jest & vue/test-utils because I've got this error:

Vue packages version mismatch:
    - vue@2.5.2
    - vue-template-compiler@2.5.16

Any suggestions ?

mitar commented

What do you mean? Just install vue-template-compiler@2.5.2 and it will work for you.

Or are you saying that you need the newest Vue for some reason and this fork should be updated? This is always a problem with fork, it lags behind. :-)

last vue-template-compiler version is 2.5.16 (2.5.2 doesn't exist).
I managed to get official vuejs repo working on my project. So It fixed the issue.

mitar commented

Pretty sure it exists, I am using it here.

I am glad you resolved the issue.