Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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