-
Notifications
You must be signed in to change notification settings - Fork 174
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
No such file or directory #115
Comments
I've got this same issue but in a dockerized container (alpine linux as well). Weirdly enough the file does exist in the container but the error mentions it doesn't. 😕 |
After digging a bit more, I may have found the issue. Running
Alpine linux seems to be missing some interpreter. Basically that's the missing file, not the This led me to gliderlabs/docker-alpine#219 and then to https://wiki.alpinelinux.org/wiki/Running_glibc_programs. I then added Tl;Dr Try installing |
I install the gcompat package:
And
However the file "/lib/ld-musl-x86_64.so.1" still exists.
|
Unfortunately there's not much we can do within this gem to address how the upstream binaries are being built; we are simply repackaging the executables from https://github.com/tailwindlabs/tailwindcss See related discussion upstream at:
@dhh I think we should close this. I'll submit a PR to the README to clarify the workaround of |
@EnziinSystem try also installing build-base:
|
See #123 |
My environment:
Add tailwindcss to the app:
The error message:
However, if I list the directory then it still exists.
The text was updated successfully, but these errors were encountered: