-
Notifications
You must be signed in to change notification settings - Fork 43
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
invalid ELF header #7
Comments
From the output it seems like it's a problem with the node_canvas build. This kind of error is usually caused by trying getting modules built on 1 OS and trying to run it on another. Have you added your node_modules folder to your .dockerignore? |
Yep, I've seen that solution but I already had the folder in my .dockerignore |
Also looked at some related issues on the canvas github, but didn't see any different solutions that worked for me. I'll go ahead and ask there as well but figured I'd leave this one open in case there might be anything worth patching on your end. |
I'll try to set this up in a docker container and report back if anything works 👍 |
Heyo, just wondering if you've been able to get around to testing this. Thanks!! |
I'm running into this issue after installing the module. It's crashing my docker container. Not sure if this error output is useful to you... also not sure what exactly is the issue here as I'm not too familiar with developing node modules. :P
The text was updated successfully, but these errors were encountered: