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

dear sir,please release every main version node pre-build for us, compile it for all platform by ourself it's too hard,all you versions are too low #1061

Open
introspection3 opened this issue Oct 25, 2023 · 4 comments
Labels

Comments

@introspection3
Copy link

introspection3 commented Oct 25, 2023

What would you like to be added:
dear sir,please relase every main version node pre-build for us, compile it for all platform by ourself it's too hard, all you versions are too low
Why is this needed:
compling it by your users self ,it's not good for your product's furture

@introspection3 introspection3 changed the title dear sir,please relase every main version node pre-build for us, compile it for all platform by ourself it's too hard,all you versions are too low dear sir,please release every main version node pre-build for us, compile it for all platform by ourself it's too hard,all you versions are too low Oct 26, 2023
@introspection3
Copy link
Author

dear sir,please....

@introspection3
Copy link
Author

introspection3 commented Oct 26, 2023

hello,dear sir

@vuquanganhnguyen
Copy link

vuquanganhnguyen commented Mar 19, 2024

I had the same situation and still used the --build. It takes some time only once (as in the future it has already downloaded all it needs) and after that builds it lightning fast every time so I strongly recommend trying the "uncomfortable" way next time as well.
Anyway, for Alpine, bmaupin was able to build Node 16 on alpine with nexe; here's a sample Dockerfile:

FROM node:16-alpine

RUN apk add g++ gcc linux-headers make python3 && \
    npm install -g nexe && \
    # Create a dummy hello world file
    echo "console.log('Hello world!');" > hello.js && \
    # Node 14+ needs Python 3
    nexe hello.js --build --make=-j4 --python=$(which python3) --verbose

@Alverrt
Copy link

Alverrt commented Apr 5, 2024

@vuquanganhnguyen how much time it takes to download, compile and build. In my Apple M1 chip device it is stuck at "compiling node" state.

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

No branches or pull requests

3 participants