Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
slee047 opened this issue Nov 1, 2018 · 3 comments
Open

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

slee047 opened this issue Nov 1, 2018 · 3 comments

Comments

@slee047
Copy link
Contributor

slee047 commented Nov 1, 2018

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
Copy link

any chance you could provide the compiled nodec app?

@slee047
Copy link
Contributor Author

slee047 commented Nov 29, 2018

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
Copy link
Contributor Author

slee047 commented Apr 24, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants