I am upgrading vue 2.6.10
to vue 2.6.14
and this error occurs.
Syntax Error: TypeError: Cannot read property'parseComponent' of undefined
Tried to remove node_module
,package-lock.json
invalid
It turned out to be upgraded together with the template package, and then it’s fine.
"vue-template-compiler": "^2.6.14"