I am working on a React webapp using webpack, loosely alongside this tutorial.
Accidentally, I added the node_modules folder to my git. I then removed it again using
Yarn
I had the problem when running: yarn start
yarn start
It was fixed with running first: yarn install
yarn install