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, Can someone please guide me on how to create a new nodec executable for Windows? I have been able to build for MacOS using ruby-packer, but am unable to...

如题: 在linux上执行打包后的文件显示: cannot execute binary file 在mac上是可以执行的.

With LTS release, I have replaced the internal Node.js runtime to 10.13.0 Repo is here (Under Series10 branch, the master branch is for Node.js 8 until its EOL): https://github.com/slee047/node-packer It...

Precondition: Windows 7 32-bit, available 2320 MB from 3400 MB. node v7.9.0, mksquashfs v4.3, Visual Studio 2015, Example coffeescript project finished failed: "sample\enclose_io_memfs.c(166117): fatal error C1060: compiler is out of...

simple build index.js: console.log("hello world"); will cause 100% cpu and memory usage on windows 7 enterpirse, python 2.7, vs 2015. 8G memery is not enough to complete the build progress.

I build a.out file completed in linux, then run it. But: error while loading shared libraries: cannot allocate memory in static TLS block. It is on ali clound ECS.

I have a Windows 2016 with AMD EPYC 7571, 64GB RAM. I also have these in the PATH - mksquashfs v 4.3 - node v8.15.0 - Python 2.7.15 But when...

How do I separate the JS configuration from being compiled as the executable and use different configuration in different environment for testing? Currently the configuration JS is included in the...

This really looks like a cool and interesting project. One thing I can't seem to find out about is multiple processes. We use pm2 (and looking at the node 8...

/__enclose_io_memfs__/lib/ruby/2.4.0/fileutils.rb:1289:in `initialize': No such file or directory @ rb_sysopen - path.exe (Errno::ENOENT) Using the command nodec src/ --skip-npm-install --quiet -o temp/ --tmpdir= ../etmp --clean-tmpdir --msi Running this command from a...