-
Notifications
You must be signed in to change notification settings - Fork 63
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
CSS file is not being compiled #76
Comments
As a follow up, I did the same thing in Windows directly and it works correctly, it downloads the tailwind exe and works fine. |
Hi all, I confirmed having the same issue on WSL1. |
I did a clean install, and I am getting
That error is preventing the CSS from being compiled correctly. I ran |
Changing from |
I just hit this issue and I think the bigger issue isn't a tweak of the code - it is that my app is trying to install dependencies, at runtime, without my input, I can't stop it from trying, and because of my firewall policy, it's in a crash loop. But! I found a fix because of some awesome error messages, so thanks peeps! I had to do a rebuild because of a bad cache, and I suddenly now have this issue. I'm able to install dependencies, but because of the security stuff, I need to do them manually, and so this
I'm sorry - I am very tired and should have gone to bed long ago, but Phoenix calls to me and I must build haha. I love you guys and this project, and am eager to help with this if I can! EDIT: Solution was spelled out in the error message:
And note, you need to run |
Hello all,
I am trying to use phoenix 1.7 with tailwind without the npm dependencies.
I dont know why but the tailwind is not compiling and generating the css file even with a simple example project.
Seems that the JS generation works ok.
I am using VSCode on windows with WSL1:
Please take a look at the following commands:
Now the website loads but has no css.
I then tried to force it:
The code is here:
github proj
Does anyone have an idea of the reason?
May it be some issue with tailwind CLI and WSL1?
Thank you very much, any help is appreciated.
Thank you for your work, this stack is quite awesome.
The text was updated successfully, but these errors were encountered: