pmq20 / node-packer

Packing your Node.js application into a single executable.
MIT License
3.07k stars 202 forks source link

Will there be Nodec with Node.js 10 LTS #134

Open slee047 opened 5 years ago

slee047 commented 5 years ago

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 is only tested with a simple JavaScript for a HelloWorld web page using port 8081.

simonwjackson commented 5 years ago

any chance you could provide the compiled nodec app?

slee047 commented 5 years ago

In my repo (https://github.com/slee047/node-packer) under “StarterKit” branch, it contains the source code of a Node.js app that can be compiled with either Node.js 8 (master branch) or Node.js 10 (Series 10 branch)

You are expected to refer to the script file (Windows and Unix) provided there as a reference on how to use nodec to compile an app.

Similarly, you will need to install the corresponding binary version of Node.js separately as nodec calls for this binary version of Node.js to do the compilation.

slee047 commented 5 years ago

any chance you could provide the compiled nodec app?

I think I misunderstood your question earlier on. If you mean a single executable nodec that compiles all other Node.js project, then no because the instruction for it is just not there.