美文网首页
VUE版本冲突

VUE版本冲突

作者: 赫鲁晓夫的玉米棒子 | 来源:发表于2018-06-28 14:50 被阅读0次

跑一个老项目的时候报了个错

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.

解决方法:
1、粗暴点,删除node_modules全部重装。
2、npm update vue-template-compiler

总有个方法能解决的。嗯,应该是这样的。

相关文章

网友评论

      本文标题:VUE版本冲突

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