I am new to web development and currently trying to learn React.
I created three different folders but each of them are at least 11GB:
npx create-react-app my-app1
npx create-react-app my-app2
npx create-react-app my-app3
From my reading, node_modules is huge but why do mine uses 11GB?
What should I do to reduce the default node_modules size?