Open danflu opened 2 years ago
having the same issue, I have no idea why, when I try System.cmd("echo", ["hello"])
, result Erlang error: :enoent
, and System.shell("echo hello")
is working, is it System.cmd not supported on Windows 11?
I tried on my Windows 10 having same problem.
https://stackoverflow.com/questions/49164534/elixir-system-cmd-isnt-working
look like it is not WIndows version issue, but the command issue?
FYI
I added a condition on the check of directory to bypass it on local, and it working
`if Mix.env() == :prod do`
on before this line https://github.com/mozilla/reticulum/blob/master/lib/ret/storage_used.ex#L13
Hello guys! I'm trying to run reticulum on windows 11.
elixir 1.12.3 / erlang 23.3 instaled.
Steps: mix deps.get mix ecto.create
Done sucessfully.
Directory storage/dev created inside reticulum folder.
Running iex -S mix phx.server on an elevated administrator terminal, and getting error:
I also found a closed ticket about this exact issue and added more details there, so feel free to reopen the issue / answer there if you feel more convenient...
https://github.com/mozilla/reticulum/issues/548
Thanks a lot, Daniel