我们在使用Vue作为weex中的前端框架的开发过程中,某次 npm start 遇到了如下的错误: Vue packages version mismatch: - vue@2.5.16 - 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 vue-loader@>=10.0, si…
今天下载了一个vue项目,npm run dev 时发现报错,错误信息入下: error in .src/components/mobile/SeniorDetail.vue Module build failed: Error: Vue packages version mismatch: vue@2.5.13 vue-template-compiler@2.5.17 根据提示,是版本不匹配的问题,将vue的版本改成和vue-template-compiler的版本一致即可, 使用如下命令安装…