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, For an app that uses modbus and mbus communication, in a Raspberry, I have this error `RangeError: "size" argument must not be larger than 1073741823` This error is only...

Hi, When I'm trying to run the examples, it took me nearly 20 minutes to run... I followed your instructions and there weren't any mistakes. So could you tell me...

Hi, HOw do I tell node-compiler to include subfolders in my project? Thanks.

Hi, When compiling my codes, I get an error as follows: **-> Running ["call vcbuild.bat x64"] 'vcbuild.bat' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 Failed running ["call vcbuild.bat x64"]** I looks like this error is...

Failed running **mksquashfs**: ``` C:\git\Observer\Node\ObsNode>C:\nodec\nodec-x64.exe --clean-tmpdir app.js Node.js Compiler (nodec) v1.0.0 (runtime 8.0.0) Entrance: C:/git/Observer/Node/ObsNode/app.js Options: {:clean_tmpdir=>true, :npm=>"npm", :make_args=>"-j4", :vcbuild_args=>"x64", :output=>"C:/git/Observer/Node/ObsNode/a.exe", :tmpdir=>"C:/Users/gre63396/AppData/Local/Temp/nodec"} -> rm -rf C:/Users/gre63396/AppData/Local/Temp/nodec -> mkdir -p C:/Users/gre63396/AppData/Local/Temp/nodec...

Hi, I just try to compile [zeit/serve](https://github.com/zeit/serve) on macOS 10.12.5 After `./nodec --npm=yarn bin/serve.js` it says: ``` -> Running ["./configure "] Traceback (most recent call last): File "./configure", line 34,...

I think we should write down a small example describing the usage of `auto-update` inside our README.md since only exposing the flags may not be trivial to new users. @pmq20...

after running nodec .\app\app.js --output=output/app I was encountering the following error: -> cd D:/inetpub/wwwbasis/MyMemo -> cd C:/Users/Admin/AppData/Local/Temp/nodec/__work_dir__/__enclose_io_memfs__ D:/__enclose_io_memfs__/_local_/lib/compiler.rb:173:in ``': No such file or directory - git status (Errno::ENOENT) from D:/__enclose_io_memfs__/_local_/lib/compiler.rb:173:in...

Hello, does this support yarn? Thanks

Hello, as discussed already in other issues I think nodec should be able to compile using a user defined node version among whose supported by the applied patches. I didn't...