I am following along with this webpack4/react tutorial:
https://www.youtube.com/watch?v=deyxI-6C2u4
I have followed it exactly up until the part where he runs np
I solved the same error by removing all the babel modules from dev Dependencies executing the below command:
npm install -D babel-loader @babel/core @babel/preset-env
You can refer to this link if the above command does not work:
[https://github.com/babel/babel/issues/8599#issuecomment-417866691]