this post was submitted on 08 Jun 2025
806 points (97.1% liked)
Programmer Humor
24124 readers
2200 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
God, I hate javascript so fucking much and the javascript ecosystem.
I think it works great. At least I'm don't have to deal with Python
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.