Title. I’m trying to compile this but I can’t seem to do so with node.js.

Thanks in advance.

  • moreeni@lemm.ee
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    7 months ago

    JS is an interpeted language, you can’t bundle stuff into a single binary. A “single binary” will require an interpreter to be bundled too, like Electton does