mix -S phx.server failed
Hi,
I started the Ash Framework tutorial on Elixir Mentor.
I went through:
1) Installing Ash
2) verifying my DB content is fine
3) Create a user using iex -S mix
4) Verifying token and user were there.
Therefore, I had no issues until I tried to run:
iex -S mix phx.server
This leads to:
/*! 🌼 daisyUI 5.0.35 */
error: Found argument '--output-encoding' which wasn't expected, or isn't valid in this context
Watchman could not compile from sources. I'm on Fedora 42.
I successfully install it using cargo install watchman, which gave me watchman 1.3.0
mix.exs includes:
...
{:ash_admin, "~> 0.13"},
{:ash_authentication_phoenix, "~> 2.0"},
{:ash_authentication, "~> 4.0"},
{:ash_postgres, "~> 2.0"},
{:ash_phoenix, "~> 2.0"},
...
any idea where I could fix this watchman call, please?
0 Replies