1805
Don't be that guy.
(lemmy.world)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Yeah JavaScript is a horrible language and ecosystem in a lot of ways, but package.json and friends don't really give me much trouble.
And even if you hose something, you should be able to clear it out and reinstall easily.
I'm assuming the maintainer didn't (knowingly) make a breaking change in a minor/patch release. That's a high crime.
It's way worse on C and it's family. I still have nightmares with undocumented embedded dependencies that are so intertwined with the codebase that make JS look like a godsend.