796
race conditions
(lemmy.zip)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I never had any issues with npm. Moved to bun nowadays and still going strong. If I want to install something, I install it, and then it works.
Setting up anything with pip however...
The only thing that sucks about npm are when package dependencies are not updated and dependency hell becomes very real, but that's not really the fault of the package manager.
Yeah, fuck virtual environments and different Python versions.