After the project is built with Vue/cli, the above error will be reported after startup. The following methods can be used to avoid error reporting:
In the SRC directory, create a vue.config.js file, write the following code in the file, and then restart NPM run serve
module.exports = {
lintOnSave:false
}
Read More:
- How to Solve Vscode save Vue file eslint error
- ERROR in [eslint] ESLint is not a constructor (How to Solve)
- How to Solve Vue cli syntax Close Error
- [Solved] Vue3.0 Error: The component has been registered but not used vue/no-unused-components, Close eslint
- How to Solve VUE Error: Mixed spaces and tabs
- How to Solve Vue3 using deep syntax Error
- [Solved] Vue eslint Error: Component name “*****“ should always be multi-word
- [Solved] VUE eslint Error: Expected linebreaks to be ‘LF‘ but found ‘CRLF
- How to Solve Vue loading 3D model Error
- How to Solve “Vue is not defined” Error
- How to Solve Vue cli configuration SCSS global variable error
- How to Solve Vue3 Import lodash error
- VUE: How to Solve NPM Always Install Error
- How to Solve Vue3 jweixin-module Error
- How to Solve Vue project Startup Error (Node Upgrade issue)
- How to Solve Vue editor bridge error
- How to Solve @Vue/cli3.X Using less Error
- Vue: How to Solve error avoided redundant navigation to current location: “/xxx”
- How to Solve VUE Error: Avoid mutating a prop directly since the value will be overwritten …
- How to Solve Vue add element Install Error