Closed mattwr18 closed 5 years ago
Just took a glance at it and haven't encountered before, so grain of salt.
So I'm noticing it looks like you didn't try recompiling or reinstalling Elixir itself, which is one of the remedies mentioned on this link I'm sure you've seen https://github.com/elixir-lang/elixir/issues/8378
Would be curious if that yields different results
thanks for responding here @SherSpock... sorry it took so long to respond, I guess it wasn't clear to me how to "recompile Elixir"
what I ended up doing to get passed it was to set my local elixir to asdf local elixir 1.8.1-otp-21
First, make sure you have it installed by running asdf install elixir 1.8.1-otp-21
I have been facing an issue running the tests, or trying to run the migrations after having added ecto. It's giving this output
I have spent a half an hour to an hour searching the internet and I feel like I have a good idea what the issue is... I have used Erlang 21 before and it seems I need to recompile telemetry, but I can't seem to get it to work...
I have tried
mix compile
,mix compile.erlang
, removing my_build
directory, triedasdf local elixir 1.8.1-otp-21
It is working fine for @aonomike and @75pollet I'm on Ubuntu 16.04
any ideas @FedericoEsparza @SherSpock?