-
Notifications
You must be signed in to change notification settings - Fork 53
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
gatsby-plugin-sharp error #7
Comments
I just started to run this docker image, and noticed my terminal output states the following:
So it might be due to the first error about musl(alpine linux as base I assume). Changing to another base image that doesn't use musl but libc like most would fix that or recompiling the binary modules. Alpine would have been chosen for achieving a small filesize in the docker image file. EDIT: Nevermind, might have been something with the docker image or from me running No issues with the binaries they're compiled at install, I was installing them on Linux host(libc) vs in the container(musl). Deleted the node_modules directory and went into my container There is two deprecations mentioned though, perhaps due to age of docker image and files it uses?, not sure:
|
The sharp plugin depends on a bunch of system libraries not shipping with node 9.5 alpine image. |
Hi, I tried to run my gatsby project that uses
gatsby-plugin-sharp
, I typed in:but I'm getting following error:
Everything is working fine when I'm starting a new project without mentioned plugin. Does anyone know what I'm doing wrong?
The text was updated successfully, but these errors were encountered: