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

-> Running ["mksquashfs \"C:/Users/STonwer/AppData/Local/Temp/nodec/__work_dir__\" deps/libsquash/sample/enclose_io_memfs.squashfs"] Could not create destination file: No such file or directory Failed running ["mksquashfs \"C:/Users/STonwer/AppData/Local/Temp/nodec/__work_dir__\" deps/libsquash/sample/enclose_io_memfs.squashfs"]

When can I support yarn? thank

Is it possible to compile against any node.js version or only special ones hosted for/by nodec? Where to get these? I have tested nodec now for the first time and...

Hi is it possible to decompile file compiled with node packer?

I tried this instruction https://github.com/nodejs/node/issues/556#issuecomment-71275267 but I got errors c:\users\wenv\appdata\local\temp\nodec\node-8.3.0-1.5.0\deps\zlib\zlib.h(34): f atal error C1083: Не удается открыть файл включение: zconf.h: No such file or d irectory, [C:\Users\wenv\AppData\Local\Temp\nodec\node-8.3.0-1.5.0\deps\zlib\zl ib.vcxproj] c:\users\wenv\appdata\local\temp\nodec\node-8.3.0-1.5.0\deps\zlib\zlib.h(34): f...

Can I install node-packer using npm?

I have only a Macbook Pro. Could I use it to generate Windows x32 and x64 binary? Thank you in advance.

Hello, I tried to use node-compiler but I failed to run example code ``` git clone --depth 1 https://github.com/eggjs/examples.git cd examples/helloworld npm install nodec node_modules/.bin/egg-bin ./a.out dev (or a.exe dev...

Steps to produce the error: ```sh git clone --depth 1 https://github.com/eggjs/examples.git cd examples/helloworld npm install nodec node_modules/.bin/egg-bin cd ../ ./helloworld/a.out dev ``` The output `a.out` will look for web app's...

I am trying to build an executable through nodejs and have written a shell script which runs on alpine linux. It installs all the needed packages and when it tries...