ERROR in [eslint] ESLint is not a constructor (How to Solve)

Error Messages:
ERROR in [eslint] ESLint is not a constructorERROR in Error: Child compilation failed:
[eslint] ESLint is not a constructor


Solution: Turn off eslint validation at save time
(1) Add the following codes in [vue.config.js]: lintOnSave: false

(2) Then restartnpm run serve, successfully!

Read More: