运行项目时报错: TypeError: Cannot read property 'version' of undefined
原因:代码检测工具eslint报错。
解决方式:
- 卸载eslint: npm uninstall eslint --save
-
package.json文件里删除"@vue/cli-plugin-eslint": "~4.5.0"
运行项目时报错: TypeError: Cannot read property 'version' of undefined
原因:代码检测工具eslint报错。
解决方式:
package.json文件里删除"@vue/cli-plugin-eslint": "~4.5.0"