Hacker News new | ask | show | jobs
by skobovm 1240 days ago
Woof. At the rate packages get updated these days, and the amount of dependencies between them, that just isn't sustainable for any reasonably-sized project in server and -- especially -- frontend land.
1 comments

Exactly. Unless the package manager has a mechanism for doing that, good fucking luck updating any of your packages ever again.
It is implemented pretty well in a few languages. For ruby for example it's almost trivial to maintain a `vendor` directory that matches the current `Gemfile` and `Gemfile.lock`. The size changes without LFS mean that's a bad idea, but... you can do it.