create-react-app initializes a repository where babel-loader is installed as an older version than needed.
create-react-app
LOG:
There
I got the same problem. I solved it by removing folder node_modules in User/ and file package-lock.json (if exists). It should work perfectly then.