TypeError: Cannot read property 'version' of undefined


这个报错是eslint依赖的问题(这个包经常出问题,赣)
解决方法
1.yarn remove eslint --save
2.在package.json文件夹中删除

"@vue/cli-plugin-eslint": "~5.0.0",

3.重新 yarn