top | item 30923108

(no title)

zkochan | 3 years ago

It is unrelated because you don't have this issue with pnpm. pnpm uses a central content-addressable store and each unique file is written only once on a disk. It doesn't matter in how many projects you install the same dependency.

discuss

order

topaz0|3 years ago

I think GP was amazed by the sheer number of dependencies, not by the how many of them are duplicated. It also amazes me. People talking above about having 10s of GB of dependencies. Crazy to me.

crispyalmond|3 years ago

This amazes me as well. At work we have a simple website which has 1 GB of node_modules and the actual source code is well under a megabyte.