Hacker News new | ask | show | jobs
by tcper 125 days ago
Do you have your own dependency resolution algorithm? Can we have the most lightweight node_modules directory?
1 comments

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