Igniter stuck in loop on brand new install
I have a brand new install, when I run the command (provided by https://ash-hq.org/#installer), it gets stuck in an infinite loop of:
How do I convince igniter that setting up and compiling once is enough?
16 Replies
🤔
Can you add
--verbose
to the command?I trimmed back the igniter command to just install ash:
So you're currently in an Elixir proejct right?
like in a folder w/ a
mix.exs
file etc?Yes - this is the full command I used to create it:
Interesting
So you're installing ash and it's already there? What if you install something else
How can I tell if ash is already there? It's not listed in the generated mix.exs and I don't see it in the deps
That's quite strange. What's the output when you run that original command?
Are you on windows?
I am on an M1 macbook running Sequoia 15.3.1
New command:
Dropping elixir/erlang versions doesn't resolve the issue
Strange... so it happens when you run that first command?
Try removing all of the install calls
Just the
--with phx.new
You mean like this?
no igniter installs?
^ That command completes, but if I run igniter after that it goes into it's endless loop
(IE, either
mix igniter.install
with no libraries or mix igniter.install ash
)Okay now add
--verbose
to that
The install task
And see if you get anythingSame loop as before:
What on earth
Is there anything at all strange about your setup that could point to an issue?
Not to my knowledge! I am super familiar with elixir/Phoenix and I do development on this laptop for that all the time
I have another MacBook that is slightly different (m1 max vs m1, Sonoma vs Sequoia) and it works fine there
I am upgrading my other laptop to sequoia to see if that makes a difference..
I upgraded my x-code command line tools, restarted, and it works now 🤷♂️
What on earth...
Well hopefully if anyone else experiences this, they find this thread and it saves them the troubleshooting 😅