1801
Don't be that guy. (lemmy.world)
submitted 8 months ago* (last edited 8 months ago) by hperrin@lemmy.world to c/opensource@lemmy.ml

When you're talking to an open source dev, just remember that they are literally giving you their time for free, and they are people who don't like to be treated poorly.

Edit: Just to be clear, I don’t mean any ill will toward the guy. He’s frustrated and he’s just taking it out in the wrong venue at the wrong people, but that doesn’t mean he’s a bad person.

Edit 2: The reinstalling he’s talking about is NPM. So just running npm install. It’s because he tried removing the node_modules directory, which is a reasonable thing to do, but it means you need to reinstall the modules with that command.

you are viewing a single comment's thread
view the rest of the comments
[-] ParetoOptimalDev@lemmy.today 7 points 8 months ago

Isn't package.json for controlling what dependency versions people install with?

I think I'm missing something.

[-] hperrin@lemmy.world 14 points 8 months ago* (last edited 8 months ago)

Yes, and I have a package.json that lists dependencies and the versions I test with. You can force a different version though. I don’t think that’s what happened here. I’m guessing it’s a version of some dependency that should work, because it was released as a minor version within the range I specified, but doesn’t actually work.

It could also be an issue with the build system/bundler, which I can’t really control either.

[-] jjjalljs@ttrpg.network 7 points 8 months ago

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.

[-] DarkenLM@kbin.social 9 points 8 months ago

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.

this post was submitted on 11 Jan 2024
1801 points (98.4% liked)

Open Source

30375 readers
1264 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS