问题--Syntax Error: TypeError: Cannot read property ‘parseComponent‘ of undefined

vue项目中,执行 npm run build:dev 报错如下:

问题--Syntax Error: TypeError: Cannot read property ‘parseComponent‘ of undefined

查很多文档是vue和vue-template-compiler的版本不一致,需要将两个包版本置为一致。检查package.json发现两个包版本一致。

尝试删除node_modules,重新npm i,构建还是报错。

尝试换vue-template-compiler为latest,还是报错。

最终:

将node_modules删除,package-lock.json删除,重新npm i , 构建成功!!!

vue和vue-template-compiler的版本版本为^2.6.10。

上一篇:IDEA使用易错---Cannot start compilation: the output path is not specified for module “XXXX“.Specify the


下一篇:第二篇英文翻译