this post was submitted on 29 Nov 2023
5 points (85.7% liked)

JavaScript

1700 readers
9 users here now

founded 1 year ago
MODERATORS
 

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

Thanks in advance.

you are viewing a single comment's thread
view the rest of the comments
[–] moreeni@lemm.ee 0 points 9 months ago* (last edited 9 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