[Solved] Vue Error: Parsing error: No Babel config file detected for

Failed to start project discovery and resolution babel

You need to add the following code “requireConfigFile”:false under the “parserOptions” node in the package.json file

"requireConfigFile":false

In this way, you will find the error disappear immediately

Read More: