编译程序报异常(提示版本不匹配) Vue packages version mismatch: Vuejs 3 webpack:vue-template-compiler; - vue@3.0.2 - vue-template-compiler@2.6.12 If you are using vue-loader@>=10.0~~~ If you are using vue-loader@<10.0 or ~~~ vue-template-compiler to the latest.
Vuejs 3 webpack:vue-template-compiler编译程序报异常;
Vue packages version mismatch:
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.
安装最新版本的vue(Vue3)
npm i --save vue@next vue-loader@next
转载注明:
感谢博主,喝杯咖啡~
感谢博主,喝杯咖啡~
还没有人发表评论