Hermanverschooten

Hermanverschooten

Mix igniter.install hangs

Hi all,

I am creating a package and wanted to add igniter for the basic setup.
It isn’t yet published, but is at Faulty.

I tried using the igniter installer with the mix igniter.new test_app --install faulty@github:Hermanverschooten/faulty and that worked nicely.
I then made some changes and ran mix igniter.install faulty@path:../faulty to use my local dev version and that too works. Nice!

Now I wanted to test it against one of my real apps, I added {:igniter, "~> 0.4"} to mix.exs and ran mix deps.get and mix compile.

But when I run mix igniter.install faulty@path:../faulty, I get a list of applications analyzed and then it just hangs. When I run it with MIX_DEBUG=1 I get this at the end

==> admin
-> Running mix will_recompile (inside Admin.MixProject)
<- Ran mix will_recompile in 0ms
<- Ran mix deps.compile in 4181ms
-> Running mix igniter.install faulty@github:Hermanverschooten/faulty (inside Admin.MixProject)
-> Running mix compile --no-compile (inside Admin.MixProject)
-> Running mix loadpaths --no-deps-loading --no-compile (inside Admin.MixProject)
<- Ran mix loadpaths in 0ms
-> Running mix compile.all --no-compile (inside Admin.MixProject)
<- Ran mix compile.all in 5ms
<- Ran mix compile in 8ms

and then it hangs.
I have tried cleaning, even removing the whole _build folder.
Every time, it just hangs, and I don’t know why.

Marked As Solved

Hermanverschooten

Hermanverschooten

It must be something corrupt in the source code in that folder.
I just cloned it into a new folder and there it works.
Sorry if I wasted your time.

Last Post!

Hermanverschooten

Hermanverschooten

nothing that pops up.

Where Next?

Popular in Questions Top

lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New
Fl4m3Ph03n1x
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: ) Hello all, this is ...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? Ecto.Repo — Ecto v3.14.0 has exampl...
New
belgoros
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
shijith.k
I am trying to start a new phoenix project with elixir 1.9, but mix phx.new does not work. It says that ** (Mix) The task "phx.new" could...
New

Other popular topics Top

KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 36820 110
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod – where is this set? Thanks.
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New

We're in Beta

About us Mission Statement