[Solved] Vue Error: Parsing error: No Babel config file detected for /Users/Usename/xxx…

1. Open the eslintrc.js file under this item, locate the parseroptions.node:

2. Add a line of code under this node:

requireConfigFile: false

become:

There will be no mistake at this time!

Read More: