How to fix Could not find plugin \"proposal-numeric-separator\", I get this error when I try to build my React application, I have not ejected the application y
Add SKIP_PREFLIGHT_CHECK=true to .env file to make the build work without ejecting and follow the below steps:
node_modules and package-lock.json"resolutions": { "@babel/preset-env": "^7.8.7" } to package.jsonnpm install npm-force-resolutions --save-devnpm installnpx npm-force-resolutionsnpm install againnpm run build