Replies: 3 comments
-
FWIW: We had this same problem running inside a docker image based on a ruby slim bullseye image. Based on the guidance here: https://github.com/flavorjones/tailwindcss-ruby#using-a-local-installation-of-tailwindcss We used our package installer to add the following to "@tailwindcss/cli": "^4.1.8",
"tailwindcss": "^4.1.8" And then in our Dockerfile: ENV TAILWINDCSS_INSTALL_DIR=node_modules/.bin |
Beta Was this translation helpful? Give feedback.
-
Hey, i was facing same problem! I am using docker containers and a docker compose for development(not only production), and i found a solution. So, In the rails service defined in my docker compose: I add this the exec permission to the tmp folder:
|
Beta Was this translation helpful? Give feedback.
-
@mattszein Thanks for the reply. I solved it by removing this option from docker-compose.yml: tmpfs:
- /tmp But is great to know it was just missing exec option. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to execute any command with tailwindcss-linux-64, I get the following error:
Version 3 works normally, but in version 4, this error occurs.
Any suggestions? May I need a specific dependency in the container?
Beta Was this translation helpful? Give feedback.
All reactions