其他分享
首页 > 其他分享> > 问题--Syntax Error: TypeError: Cannot read property ‘parseComponent‘ of undefined

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

作者:互联网

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

查很多文档是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。

标签:parseComponent,npm,TypeError,undefined,vue,报错,版本,compiler,template
来源: https://blog.csdn.net/weixin_44705310/article/details/123176620