Re: Is it possible to build node package as single executable binary?
- In reply to: Hiroki Tagato : "Re: Is it possible to build node package as single executable binary?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Jun 2023 12:27:46 UTC
On 23/06/2023 13:11, Hiroki Tagato wrote: > Hi Miroslav, > > I have a WIP port of Bitwarden CLI in my forked ports repository. > > Take a look at: > https://github.com/tagattie/freebsd-ports/tree/main/security/bitwarden-cli > > It generates a single binary executable "bw" by packaging the node > command and necessary node modules. I have only lightly tested the > package on FreeBSD 13/amd64 and it seems working. This is great news! I didn't expect somebody is already working on the porting. Thank you! I will test it and let you know! Best regards Miroslav Lachman > On 2023/06/23 5:44, Miroslav Lachman wrote: >> Node.js / npm packages can be built in to single executable binary >> containing all node modules and node.js executable = everything >> packaged in one large executable, but by default it works for Win, Mac >> and Linux, not for FreeBSD. >> >> Is there somebody successfully using it on FreeBSD? [..]