Skip to content

Support for MinGW-w64 #162

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

Closed
engelcalderon opened this issue Apr 10, 2022 · 5 comments
Closed

Support for MinGW-w64 #162

engelcalderon opened this issue Apr 10, 2022 · 5 comments

Comments

@engelcalderon
Copy link

engelcalderon commented Apr 10, 2022

I'm working on Windows and my current platform is x64-mingw-ucrt and it throws me this error tailwindcss-rails does not support the x64-mingw platform

Is there a plan to support this platform if not yet how can we make it work at the moment on Windows?

@flavorjones
Copy link
Member

@engelcalderon Unfortunately we're limited right now to the versions of precompiled tailwindcss provided by the upstream maintainers. See https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.0.23 for the latest set (which includes 64-bit windows).

@flavorjones
Copy link
Member

Ah, sorry, I didn't fully read your original post. The platform x64-mingw32 is supported. Please check out the README for some helpful hints on what might be going wrong. If you still have a problem, please provide a bit more information about your system and your Gemfile.lock.

@engelcalderon
Copy link
Author

@flavorjones Thank you for unfortunately is not working, I saw that yeah x64-mingw32 is working but the only option I see available is x64-mingw without the 32. I'm using the latest version of rubyinstaller do you know by any chance if this is supported?

@flavorjones
Copy link
Member

@engelcalderon I'll try to clarify. 64-bit windows is supported. If you need assistance getting this working, please provide the information requested above! Thanks!

@engelcalderon
Copy link
Author

I found the solution, and it was installing RubyInstaller-3.0.3-1 - 2021-11-27

The issue is that in RubyInstaller-3.1.0-1 - 2021-12-31 they made the platform to be x64-mingw-ucrt instead of x64-mingw32 which is not supported yet for tailwindcss-rails.

So far it's working for me, so until we get news I guess this is a solution. Thanks @flavorjones for the help

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

No branches or pull requests

2 participants