• Opisek@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      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
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 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.