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
for those of you who use @babel/core alongside babel-node:
i just installed @babel/core using npm i @babel/core --save-dev
but when i tried to use babel-node it does not recognized the @babel/core package, i uninstalled @babel/core and installed it again using npm i @babel/core --save
and it worked again!