Sorry Python but it is what it is.

  • Andrew
    link
    78 months ago

    npm bad, pnpm good.

    • @olutukko@lemmy.world
      link
      fedilink
      38 months ago

      What’s the difference? I’m currently doing my web developement 2 course where we started using react so I’m typing npm to terminal all the time :D

    • @Sprout4426@lemmy.world
      link
      fedilink
      18 months ago

      I really dislike pnpm, if everyrhing you do is install and build then if doesnt matter what you use, if you do anything complex pnpm will come back to bite you. Yarn is a good middle ground

      • Andrew
        link
        18 months ago

        You literally didn’t gave any arguments why you really dislike pnpm. The most obvious benefit is several times faster installations. It also have resolved some peer dependencies (I don’t remember details).