vue和vue-template-compiler版本不一样报错
vue项目,package.json中Vue和vue-template-compiler版本不一致时,执行npm run dev有时会报错
提示如下内容

解决方法 : 第一步:执行npm uninstall vue-template-compiler 第二步:执行npm install vue-template-compiler@报错中提示的vue的版本号 本次执行npm install vue-template-compiler@2.6.14
浙公网安备 33010602011771号