启动vue项目的时候报错:TypeError: Cannot read property 'version' of undefined

这个错误是eslint的报错,原因是因为我之前清除了eslin的配置,导致在依赖包中找不到相对应的东西。

解决方法: 

重新下载一些依赖包,直接在使用命令npm install

依赖下载完之后,重新启动项目npm run serve,然后就可以了。

Logo

前往低代码交流专区

更多推荐