0x0@lemmy.zip to Programmer Humor@programming.dev · 4 months agorace conditionsimagemessage-square87linkfedilinkarrow-up1886arrow-down125
arrow-up1861arrow-down1imagerace conditions0x0@lemmy.zip to Programmer Humor@programming.dev · 4 months agomessage-square87linkfedilink
minus-squareOpisek@lemmy.worldlinkfedilinkarrow-up1·4 months agoI 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…
minus-squareRicaz@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·4 months agoThe 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.
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.