Hacker News new | ask | show | jobs
by kavaruka 303 days ago
I think node has a better tooling and ecosystem right now. Astral is doing a great job to reduce the gap.
1 comments

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.
Don't lockfiles help?
deps are delisted from npm and versions can be deleted