How to fix Could not find plugin “proposal-numeric-separator” Error
Start by adding the following to your package.json file “resolutions”: { “@babel/preset-env”: “7.5.5” }, next, you will run these two commands npx npm-force-resolutions npm install now you can run your…