0x0@lemmy.zip to Programmer Humor@programming.dev · 18 天前race conditionslemmy.zipimagemessage-square67fedilinkarrow-up1827arrow-down124
arrow-up1803arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 18 天前message-square67fedilink
minus-squareRicaz@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·16 天前I think it works great. At least I’m don’t have to deal with Python
minus-squareOpisek@lemmy.worldlinkfedilinkarrow-up1·16 天前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…
minus-squareRicaz@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·16 天前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.
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.