美文网首页
Vue和vue-template-compiler版本不一致问题

Vue和vue-template-compiler版本不一致问题

作者: z小牛 | 来源:发表于2017-11-14 17:05 被阅读0次

vue项目,package.json中Vue和vue-template-compiler版本不一致时,执行npm run dev有时会报错,提示vue和vue-template-compiler版本不匹配的问题,解决方法

第一步:执行npm uninstall vue-template-compiler

第二步:执行npm install vue-template-compiler@报错中提示的vue的版本号

相关文章

网友评论

      本文标题:Vue和vue-template-compiler版本不一致问题

      本文链接:https://www.haomeiwen.com/subject/auyfvxtx.html