This seem quite counter intuitive and to be bloating the project: i’m trying to install tsdoc linter, but npm adds like other 50 packages alongside with it, is this the expected behaviour? Why is it so?

A project that could easily be 5MB ends up being like 60MB

  • MaggiWuerze@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    That’s because the web dev ecosystem at one point decided, that libraries that only offer very minute functionality are acceptable as well as adding 20 of them to your project.

    Examples like isEven or leftPad come to mind, which have such high proliferation, that their dev broke half the planets web projects when he broke them intentionally.

    • The Baldness@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      And this is why I had so much trouble learning JavaScript. It was unclear where the language ended and the libraries & frameworks began.