Cannot find module ‘@babel/core’

Try running this.

npm install @babel/core --save

babel changed their package so your babel-core will not be the same as @babel/core.

Leave a Comment