Problem description
In the use ofnpm run server
The Babel /compat-data module was missing when running the projectonlineFind the same problem Close test effectively
Error message
\src\main.js: Cannot find module ‘@babel/compat-data/corejs3-shipped-proposals’
The solution
Command: NPM update –depth 5@babel /compat-data
Run successfully
Command: NPM run server