Skip to content
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

Error with tailwind:init on Windows platform #2

Closed
seb-jean opened this issue Jun 28, 2023 · 5 comments
Closed

Error with tailwind:init on Windows platform #2

seb-jean opened this issue Jun 28, 2023 · 5 comments

Comments

@seb-jean
Copy link
Contributor

seb-jean commented Jun 28, 2023

I run php bin/console tailwind:init and I have a error:

error

The tailwindcss-windows-x64.exe binary works normally on my machine but I'm not in the condition to launch it:
https://github.com/SymfonyCasts/tailwind-bundle/blob/main/src/TailwindBinary.php#L129

@weaverryan
Copy link
Contributor

Thanks for the report - I'm not too surprised. Not having a Windows system handy, I did some guessing around the tailwind binary code (we should add a Windows CI job at least also).

Perhaps you can help debug? On https://github.com/SymfonyCasts/tailwind-bundle/blob/main/src/TailwindBinary.php#L129 - what does $machine equal in your case?

@seb-jean
Copy link
Contributor Author

For my case, $machine equal AMD64

@weaverryan
Copy link
Contributor

Thank you :). I'm setting up the CI now - and I should have a fix to try shortly!

@weaverryan
Copy link
Contributor

0.1.1 is out - let me know if you still hit any issues

@seb-jean
Copy link
Contributor Author

The binary is well downloaded but I have other problems. I open another issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants