Vue packages version mismatch: 版本始终不对的解决方案
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue packages version mismatch: 版本始终不对的解决方案相关的知识,希望对你有一定的参考价值。
error in ./src/pages/home.vueModule build failed: Error:
Vue packages version mismatch:
- vue-template-compiler@2.5.13
This may cause things to work incorrectly. Make sure to use the same version for
both.
If you are using [email protected]>=10.0, simply update vue-template-compiler.
If you are using [email protected]<10.0 or vueify, re-installing vue-loader/vueify sho
uld bump vue-template-compiler to the latest.
出现这种错误之后可以使用命令,将vue的版本改成和vue-template-compiler的版本一致,使用命令
npm install vue@2.5.13 --save,然后直接运行就可以了!
以上是关于Vue packages version mismatch: 版本始终不对的解决方案的主要内容,如果未能解决你的问题,请参考以下文章
Vue packages version conflicts 错误修复
解决vue版本不匹配的问题 Vue packages version mismatch:
Vue packages version mismatch版本问题的解决
Vue packages version mismatch: 版本始终不对的解决方案
Vue packages version mismatch,vue&vue-template-compiler版本冲突导致的编译异常解决