• vort3@lemmy.ml
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    6 days ago

    Eh, I wish it wasn’t docker only.

    I want to apt install stuff or at least download and run a binary, but not docker.

    • pe1uca@lemmy.pe1uca.dev
      link
      fedilink
      arrow-up
      5
      ·
      6 days ago

      Well, it’s just a TS project with a very simple Dockerrile, you can just bun install && bun run prod.
      The rest of the dependencies aren’t included in the docker image.

    • refalo@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      6 days ago

      To be fair, I prefer nodejs/npm to have as little to do with my home folder as possible, and not have to worry about maintaining my own versions/updates/etc. as I am not a regular user of JS, don’t already have the toolchain(s) and don’t want to.