You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: