node-packer icon indicating copy to clipboard operation
node-packer copied to clipboard

Will there be Nodec with Node.js 10 LTS

Open slee047 opened this issue 5 years ago • 3 comments

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.

slee047 avatar Nov 01 '18 06:11 slee047

any chance you could provide the compiled nodec app?

simonwjackson avatar Nov 29 '18 21:11 simonwjackson

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 avatar Nov 29 '18 23:11 slee047

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.

slee047 avatar Apr 24 '19 09:04 slee047