You are right, managing node_modules folder is a biggest challenge for JavaScript developer.
node_modules
And it doesn't matter which tool we use to install the dependency (Yarn or NPM).
Ultimately, the problem is that storage space.
We're a place where coders share, stay up-to-date and grow their careers.
We strive for transparency and don't collect excess data.
re: The node_modules problem VIEW POST
FULL DISCUSSIONYou are right, managing
node_modules
folder is a biggest challenge for JavaScript developer.And it doesn't matter which tool we use to install the dependency (Yarn or NPM).
Ultimately, the problem is that storage space.