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

is there prebuilt binary available? #152

Open
raphaelsoul opened this issue Feb 3, 2021 · 2 comments · May be fixed by #159
Open

is there prebuilt binary available? #152

raphaelsoul opened this issue Feb 3, 2021 · 2 comments · May be fixed by #159

Comments

@raphaelsoul
Copy link

Hi. I am running a node process in a docker alpine container, which has no python executable.
So node-gyp will fail.

I am wondering if there is prebuilt binary i can use when installing deps like node-sass did

https://www.npmjs.com/package/node-sass#binary-configuration-parameters

@bnoordhuis
Copy link
Owner

There are no prebuilt binaries and I don't plan to work on that but I will consider pull requests adding that functionality through GitHub Actions.

@Jimbly
Copy link

Jimbly commented Oct 31, 2024

Though getting pre-built binaries from this repo by default would be great, anyone who needs a workaround in the meantime can use the NPM module heapdump-prebuild, which is just a fork of this with pre-built binaries (currently updated for Node versions v12 through v20 on Linux and Windows) and removed nan as a run-time dependency (cuts install size down significantly).

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