-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Not working on Node 8.9.1 on Alpine 3.7 #18
Comments
Hello! |
Is there any temporary solution for this? I've yet to find something that points to a solution that works properly. Something like building |
Actually found that for me, the reason this wasn't working was due to npm. Yarn seems to properly build the module even on Alpine. |
Why does the bin-wrapper script only link to URLs? Can't use a local package? |
@oprearocks just tried yarn, it silently fails. Appears like it worked fine if you don't use verbose(which shows output you'd get with npm install)
In this case I know why it can't compile, but I already have a valid binary(the one this package seems to pull in isn't compatible with Alpine afaik), it just fails to use it by attempting to download it's own binary file from the repo to use. Difference in my image size if I have to compile is few hundred MB(due to not wanting to copy node_modules into the image file which would be similar bloat). |
https://github.com/hypoalex/reduction - A minimal reduction of the problem is available here, using Docker.
It doesn't actually throw an error. It just kinda fails to build.
The text was updated successfully, but these errors were encountered: