this post was submitted on 08 Jun 2025
849 points (97.2% liked)

Programmer Humor

24144 readers
2604 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ricaz@lemmy.dbzer0.com 2 points 3 days ago (1 children)

I think it works great. At least I'm don't have to deal with Python

[–] Opisek@lemmy.world 1 points 3 days ago (1 children)

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...

[–] Ricaz@lemmy.dbzer0.com 1 points 3 days ago

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.