I have just created a React App with create-react-app aquastars and then eject the dependencies using yarn run eject and when I run the app I get the following error.
Cannot find module '@babel/plugin-transform-react-jsx-source'
I haven't done anything! What do I need to do to get this up and running? Any help would be appreciated.