TypeError: Cannot read property ‘parseComponent‘ of undefined 解决方法
背景最近拉老项目下来继续开发,结果yarn serve之后报这个错当时找了很多办法,最后得以解决。在此记录,并希望帮助到遇到此问题的人。解决方式yarn add vue-template-compiler@2.6.11现在vue-template-compiler的最新版本是2.6.12。我最初一直尝试去安装最新版本的vue-template-compiler,但是没有效果,后来发现安装vue-t
·
背景
最近拉老项目下来继续开发,结果yarn serve之后报这个错
当时找了很多办法,最后得以解决。在此记录,并希望帮助到遇到此问题的人。
解决方式
yarn add vue-template-compiler@2.6.11
现在vue-template-compiler的最新版本是2.6.12。我最初一直尝试去安装最新版本的vue-template-compiler,但是没有效果,后来发现安装vue-template-compiler@2.6.11就没有问题了。
更多推荐
已为社区贡献1条内容
所有评论(0)