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
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
I am trying to pack node JS application into a linux executable. I am using node-libcurl and time node modules which are installed using --build-from-source. Node JS app is executing only when node-libcurl & time modules are present inside node_modules directory (at the same level of app executable). Is there any way to pack native modules, so that we can just distribute a single executable file?