-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update vue-template-compiler to 2.6.11 problemVue packages version mismatch #10932
Comments
yes, they must be the same version |
OK,thanks @posva |
[SOLVED!!] I went to the very same package.json file of the vue-template-compiler that is complaining, changed the version of the package in there and run yarn, like so: ~/.config/yarn/global/node_modules/vue-jscodeshift-adapter/node_modules/vue-template-compiler/package.json:
Run: |
That worked for me. Thank you |
Thanks a lot ! worked for me too. Wouldn't it be better if it was done in vue-template-compiler? |
All you have to do is one thing, follow the path and change the vue-template-compiler to the version of the framework. It's work for me , hope that help someone |
Version
2.6.11
Reproduction link
https://codesandbox.io/s/withered-wave-s5gel?fontsize=14&hidenavigation=1&theme=dark
Environment info
Steps to reproduce
In our project, we lock the
vue
version to 2.6.10, do not lock thevue-template-compiler
version.So when we reinstall package,
vue-template-compiler
install to 2.6.11Then run the serve
npm run serve
, the console output errorSo,
vue
andvue-template-compile
should be same version?What is expected?
Should
vue-template-compile
high version support low versionvue
What is actually happening?
vue
andvue-template-compile
should be the same versionThe text was updated successfully, but these errors were encountered: