Vue 项目运行【报错】:module build failed: cannot read property ‘parsecomponent‘ of undefined ...

前言

在 Vue 项目中,npm run dev 运行时,报错:

module build failed: 
...
cannot read property 'parsecomponent' of undefined ...

目前有效的解决方案是: 统一 vuevue-template-compiler 的版本号:
如在 package.json 中:

"vue-template-compiler": "2.6.11",
"vue": "2.6.11"

参考

issue 1
issue 2
issue 3

上一篇:Python:shutil模块使用


下一篇:项目运行部署报错:Syntax Error TypeError Cannot read property ‘parseComponent‘ of undefined