Making Sense of Ash install problems - Troubleshooting - Elixir Programming Language Forum
Having read the book, I’m keen to explore Ash a bit more, but I’m falling at the first hurdle - the creation of a new project. Here’s my current Erlang and Elixir: marksmith@Marks-macbook elixir_lizards % elixir -v Erlang/OTP 29 [erts-17.0.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] [dtrace] Elixir 1.20.0 (compiled with Erlang/OTP 29) And here’s the minmal Ash setup I created from the get-started page: sh <(curl 'https://ash-hq.org/install/elixir_lizards') && cd e...