node-packer icon indicating copy to clipboard operation
node-packer copied to clipboard

Packing your Node.js application into a single executable.

Results 101 node-packer issues
Sort by recently updated
recently updated
newest added

I've installed windows-build-tools, but still got the following error message: ------------------------------------------------------ Looking for Visual Studio 2015 Failed to find a suitable Visual Studio installation. Try to run in a "Developer...

Support for the latest Node js

I successfully compiled the program. but it cannot running on 32-bit Windows. how shoud I compiled with 32-bit windows OS compatible programs... but it still can only running on 64-bit...

Hi, On a different machine, when I try to compile,I get this error... ``` make[1]: *** [/tmp/nodec/node-v8.1.4/out/Release/obj.target/enclose_io_libsquash/deps/libsquash/sample/enclose_io_memfs. o] Error 1 rm 2bd47e96d6715d427749a9aecb9fbbcb47a76f14.intermediate Makefile:76: recipe for target 'node' failed make: ***...

Hi, I am trying out an ARM architecture cpu. Would node-compiler work in it? I tried running the x86 instructions but didnt work..it shows the following `./nodec: 1: ./nodec: Syntax...

From this url - http://enclose.io/nodec/nodec-linux-x64.gz

if the node app use a resource file(such as a png or a csv file) with fs, does the nodec bundle them and the output exe can work on an...

There's a feature in [dotenv](https://www.npmjs.com/package/dotenv) that allows me to use the --require (-r) command line option to preload dotenv configurations in order to make sure the configurations are loaded before...

On Linux using nodec 1.4.0, I ran into this problem when trying to compile the web application example: ``` -> cd /home/znk/Workspace/examples/helloworld -> cd /tmp/nodec/node-8.2.0-1.4.0 -> cd /home/znk/Workspace/examples/helloworld -> cd...

This is what I see when I try to compile my js. Why is it saying no module named nodedownload? Please help.... ``` -> cd /tmp/nodec/node -> Running ["./configure "]...