You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://www.npmjs.com/package/pkg
"This command line interface enables you to package your Node.js project into an executable that can be run even on devices without Node.js installed."
https://www.npmjs.com/package/nexe
"Nexe is a command-line utility that compiles your Node.js application into a single executable file."
Targets
pkg can generate executables for several target machines at a time. You can specify a comma-separated list of targets via --targets option. A canonical target consists of 3 elements, separated by dashes, for example node12-macos-x64 or node14-linux-arm64:
nodeRange (node8), node10, node12, node14, node16 or latest
Targeted platforms:
The text was updated successfully, but these errors were encountered: