Hacker News new | ask | show | jobs
by int_19h 304 days ago
Node ecosystem still has the problem where if you try to build a project two years later, chances are good it won't work, because breaking changes are so common, and this is then multiplied across all the tiny packages that are dependencies of your dependencies.
1 comments

Don't lockfiles help?
deps are delisted from npm and versions can be deleted