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.

Where Next?

Popular in Questions Top

Tee
can someone please explain to me how Enum.reduce works with maps
New
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
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 record...
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
mgjohns61585
Could someone help me? I'm making my first elixir program, number guessing game. I can't figure out how to convert the user's guess from ...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
shahryarjb
Hello, I have map which I want to convert it to string like this: the map: %{last_name: "tavakkoli", name: "shahryar"} the string I ne...
New
kostonstyle
Hi all I want to have a unix time, from the current time plus 1 hour. DateTime.now + 1 hour How to get it in elixir? Thanks
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
Codball
Mix format works fine if run from the cmd. I’ve followed this to facilitate the implementation into VSC which involves downloading an ext...
New

Other popular topics Top

Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
chrismccord
Phoenix 1.4.0 released Phoenix 1.4 is out! This release ships with exciting new features, most notably with HTTP2 support, improved deve...
688 30048 115
New
William
I would like to know that is there any online source for learning Phoenix Framework for building E-Commerce Store? Any advantage on build...
New
KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 35421 110
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
polypush135
As many of you may have realized by now (sorry for all the posts here) I’ve been working on a db problem where I’m trying to aggregate a ...
New
lk-geimfari
What is most correct way to open, read and parse JSON file with poison? For example if we have example.json file in root of some projec...
New
chrismccord
As promised, the first release candidate of Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure...
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
AstonJ
We’ve put together this wiki for Phoenix LiveView - please feel free to add any info you feel is worth including. What is Phoenix LiveV...
New

We're in Beta

About us Mission Statement