antonmedv / fx

Terminal JSON viewer & processor
https://fx.wtf
MIT License
19.08k stars 438 forks source link

Using static version, which libraries are included? #179

Closed RenHoekNL closed 2 years ago

RenHoekNL commented 2 years ago

You can use npm to install extra libraries to use in fx, but I'm using the static installation (no npm). However I see that 'require("lodash")' works when I use it.

Am I right to understand that it is included in the static binary? If so, which libraries are available in the static binary? Maybe I can have a list of them in the help text of fx. (Maybe also include a version string in the help page)

antonmedv commented 2 years ago

No, it’s not included. Static node binary found lodash on your local machine.

antonmedv commented 2 years ago

I rewrote the entire fx in golang. So I belove this issue is no longer needed.