INFO Starting development server... ERROR Error: Vue packages version mismatch: - vue@3.3.4 (E:\gongzuo\ywJxcHtVue3\ywjxcadmin\node_modules\vue\index.js) - vue-template-compiler@2.6.12 (E:\gongzuo\ywJxcHtVue3\ywjxcadmin\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.
时间: 2024-04-22 21:23:18 浏览: 184
详解关于Vue版本不匹配问题(Vue packages version mismatch)
这是一个Vue.js的错误信息,提示你的Vue.js版本和vue-template-compiler版本不匹配。建议你检查你的项目中Vue.js和vue-template-compiler的版本是否一致,如果不一致,可以升级vue-template-compiler或重新安装vue-loader/vueify。如果你使用的是vue-loader@>=10.0,可以直接更新vue-template-compiler。
阅读全文