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 am wondering how can I use the latest source code to build a binary, I can't seem to find the instructions in readme page.

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 10.4.1. Release notes Sourced from highlight.js's releases. 10.4.1 Security fixes: (fix) Exponential backtracking fixes for: Josh Goebel cpp handlebars gams perl jboss-cli r erlang-repl powershell...

dependencies

Hi guys, I am facing a crash when the binary is run as a binary in Ubuntu. My workflow is the binary will be placed in a ubuntu:20.10 docker image,...

>-> Running ["call vcbuild.bat x64"] File "D:\Temp\nodec\node-8.3.0-1.5.0\tools\getnodeversion.py", line 20 print '%(major)s.%(minor)s.%(patch)s'% locals() > ^ >SyntaxError: invalid syntax Cannot determine current version of Node.js Failed running ["call vcbuild.bat x64"] The ^...

Hi, I'm getting this error when trying to run nodec: ``` File "./configure", line 34, in from gyp.common import GetFlavor ImportError: No module named gyp.common ``` Here's the output of...

I'm running into the `Failed running ["make -j4"] error` due to `virtual memory exhausted: Cannot allocate memory`. I have an i5 processor machine with 16GB ram running `arch linux`. The...

I'm new to --auto-update-url feature. Is there any guideline/doc to use this feature?

* [x] 1. 需要一个 比较完整的示例,仅仅是一个`console.log('hehe')`的npm package也好呀。 * [x] 2. 编译的a.exe 可以运行,可是转移到其他相同平台(比如另外一台Windows 10系统),它就不能工作了,一直报找不到module。甚至找不到package.json。 * [x] 3. 编译自己的 npm package (未 npm publish) 一直报不存在package.json (例如叫test的npm package,package.json就在/test/下,它硬是说不存在,哪怕是在不同的地方建 a , b 两个npm package,然后在 b...