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
I had similar problem with Yarn, none of above worked for me, so I simply removed ./node_modules and run yarn install and problem gone.
./node_modules
yarn install