top | item 47012096

(no title)

tcper | 16 days ago

Do you have your own dependency resolution algorithm? Can we have the most lightweight node_modules directory?

discuss

order

danielroe|16 days ago

we do have an algorithm to calculate total install size

it’s not _exactly_ the same as if you install with npm and check the size of your node_modules but it’s a pretty good proxy

having said that, there’s room to make it better