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

Hi! I read a config.json file in a node file like this: `var config = require('./config.json');` `console.log(config.agent + ' ' + config.initcommand);` Work ok when I run with node, but...

When will support for node 8.9.1 be available?

when does it support the newer versions for node 9,10 ?

Is it possible to compile script in arm64 (Armv8) bit architecture ?

In file included from ../deps/icu-small/source/common/unicode/unistr.h:33, from ../deps/icu-small/source/common/unicode/ures.h:794, from ../deps/icu-small/source/common/ucnvdisp.cpp:28: ../deps/icu-small/source/common/unicode/char16ptr.h:69: 错误:expected ‘)’ before ‘p’ ../deps/icu-small/source/common/unicode/char16ptr.h:117: 错误:expected ‘)’ before ‘p’ ../deps/icu-small/source/common/unicode/char16ptr.h:176: 错误:expected unqualified-id before ‘p’ ../deps/icu-small/source/common/unicode/char16ptr.h:176: 错误:expected ‘)’ before ‘p’ ../deps/icu-small/source/common/unicode/char16ptr.h:176:...

I want generate an .exe and .pkg runing command on linux. `--msi` and `--pkg` options not working.

So I have visual studio Installed but when I run: > C:\Users\Samuel\Desktop\default>nodec-v1.5.0-x64.exe test.js > Node.js Compiler (nodec) v1.5.0 > - entrance: C:/Users/Samuel/Desktop/default/test.js > - options: {:npm=>"npm", :make_args=>"-j4", :vcbuild_args=>"x64", :output=>"C:/Users/Samuel/Desktop/default/a.exe", :tmpdir=>"C:/Users/Samuel/AppData/Local/Temp/nodec"}...

I wish there would be a option to exclude directory's and files.

on windows cp -r doesn't copy node_modules directory in _enclose_io_memfs__ tmp directory. The directory is empty. The issue then is that it seems they are not included in the exe

I used express-generator to setup an simple express project and tried to pack it. Build process passed and binary files generated as expected, but when running it and verified by...