There might be a problem with the project dependency tree. It is likely not a bug in Create React App, but something you need to fix locally.
The react-scripts package p
Run npm ls babel-eslint and see which dependencies are using it or installing another version. Try updating those libraries.
npm ls babel-eslint
It worked for me.