phoenixframework / tailwind

An installer for tailwind
MIT License
473 stars 60 forks source link

mix tailwind default - fails for tailwind 3.0.8 #13

Closed soullpoint closed 2 years ago

soullpoint commented 2 years ago

Attempting to run mix tailwind default after mix tailwind.install fails with the following error:

** (Mix) `mix tailwind default` exited with 137

Notably this only occurs for tailwind version 3.0.8. Changing the version back to 3.0.7 results in the default command running fine.

This was on a fresh project created using mix phx.new my_project and following the instructions on the readme. I was just seeing how the new tailwind integration works.

I am on macOS.

holandes22 commented 2 years ago

@soullpoint are you using M1 architecture? issue #14 seems related. I tried 3.0.8 on on my macOS (x86, Mojave) and it installed it ok for me

soullpoint commented 2 years ago

@holandes22 That's interesting, I am using an M1. Oddly enough I just tried it again just now and it seems to work now. Not sure what might have changed

holandes22 commented 2 years ago

That is strange. Maybe there was an unrelated error or the correct binary for arm architecture was not downloaded the first time.

chrismccord commented 2 years ago

Closing since it is now reported as working. Please let us know if you have other issues. Thanks!