Whenever I am checking Elixir version I am getting crash report

=SUPERVISOR REPORT==== 13-Feb-2023::12:25:21.337765 ===
supervisor: {local,‘Elixir.Logger.Supervisor’}
errorContext: start_error
reason: noproc
offender: [{pid,undefined},
{id,‘Elixir.Logger.ErrorHandler’},
{mfargs,
{‘Elixir.Logger.Watcher’,watcher,
[error_logger,‘Elixir.Logger.ErrorHandler’,
{true,false,500}]}},
{restart_type,permanent},
{significant,false},
{shutdown,5000},
{child_type,worker}]

=CRASH REPORT==== 13-Feb-2023::12:25:21.341782 ===
crasher:
initial call: application_master:init/4
pid: <0.85.0>
registered_name: []
exception exit: {{shutdown,
{failed_to_start_child,‘Elixir.Logger.ErrorHandler’,
noproc}},
{‘Elixir.Logger.App’,start,[normal,[]]}}
in function application_master:init/4 (application_master.erl, line 142)
ancestors: [<0.84.0>]
message_queue_len: 1
messages: [{‘EXIT’,<0.86.0>,normal}]
links: [<0.84.0>,<0.44.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 376
stack_size: 29
reductions: 165
neighbours:

=INFO REPORT==== 13-Feb-2023::12:25:21.343203 ===
application: logger
exited: {{shutdown,
{failed_to_start_child,‘Elixir.Logger.ErrorHandler’,noproc}},
{‘Elixir.Logger.App’,start,[normal,[]]}}
type: temporary

Erlang/OTP 24 [erts-12.2.1] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit]

can anyone help me regarding what’s wrong with this and how can I fix this?

How did you install Elixir and Erlang?

1 Like

Hey Hauleth , I used sudo apt-get install elixir