Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting application error #20

Closed
Mtulimbogo opened this issue Dec 6, 2022 · 5 comments
Closed

Starting application error #20

Mtulimbogo opened this issue Dec 6, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@Mtulimbogo
Copy link

When starting the application returns error below

** (CompileError) config/config.exs:8: module Config is not loaded and could not be found.

Kindly review

@alxlion
Copy link
Contributor

alxlion commented Dec 6, 2022

Can I have more information ? Is it Docker ? Which version ?

@alxlion alxlion self-assigned this Dec 6, 2022
@alxlion alxlion added the bug Something isn't working label Dec 6, 2022
@Mtulimbogo
Copy link
Author

Not docker version --> followed instruction of git clone

@alxlion
Copy link
Contributor

alxlion commented Dec 7, 2022

Can I have your elixir version ? elixir -v

@Mtulimbogo
Copy link
Author

Mtulimbogo commented Dec 8, 2022

Here is what I got after the above command --> elixir -v

Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [kernel-poll:false]

{"init terminating in do_boot",{{badmatch,error},[{'Elixir.System',build,0,[{file,"lib/system.ex"},{line,172}]},{'Elixir.System',build_info,0,[{file,"lib/system.ex"},{line,164}]},{'Elixir.Kernel.CLI',parse_shared,2,[{file,"lib/kernel/cli.ex"},{line,153}]},{'Elixir.Kernel.CLI','shared_option?',3,[{file,"lib/kernel/cli.ex"},{line,113}]},{'Elixir.Kernel.CLI',main,1,[{file,"lib/kernel/cli.ex"},{line,14}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ({{badmatch,error},[{Elixir.System,build,0,[{_},{_}]},{Elixir.System,build_info,0,[{_},{_}]},{Elixir.Kernel.CLI,parse_shared,2,[{_},{_}]},{Elixir.Kernel.CLI,shared_option?,

Crash dump is being written to: erl_crash.dump...done

@Mtulimbogo
Copy link
Author

I got it to work the problem was incorrectly installation of elixir

Just followed this instruction to make it work correctly -- https://www.tutorialspoint.com/elixir/elixir_environment.htm

Thanks for support

@alxlion alxlion closed this as completed Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants