DEV Community

Discussion on: The node_modules problem

Collapse
 
mittalyashu profile image
Yashu Mittal

You 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.