Hi,
I have a Phoenix app running fine with Elixir 1.2.x. Upgraded to Elixir 1.3.0 this morning and now failed to compile and run the app
I tried reps.clean and that didn’t help.
fchan$ mix deps.clean --all && mix deps.update —all
<< All the output from deps.clean and deps.update>>
chan:gauge fchan$ mix phoenix.server
==> fs (compile)
Compiled src/sys/fsevents.erl
Compiled src/sys/inotifywait_win32.erl
Compiled src/sys/inotifywait.erl
Compiled src/fs_event_bridge.erl
Compiled src/fs_sup.erl
Compiled src/fs_app.erl
Compiled src/fs_server.erl
Compiled src/fs.erl
==> gettext
Compiling 1 file (.yrl)
Compiling 1 file (.erl)
Compiling 19 files (.ex)
Generated gettext app
===> Compiling cf
===> Package not found in registry: cf-0.2.1. Try to fix with `rebar3 update`
==> gauge
** (Mix) Could not compile dependency :erlware_commons, "/Users/fchan/.mix/rebar3 bare compile --paths "/Users/fchan/chaos/gauge/_build/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile erlware_commons", update it with "mix deps.update erlware_commons" or clean it with "mix deps.clean erlware_commons"
fchan:gauge fchan$
My Erlang, Elixir and Phoenix version
fchan:gauge fchan$ mix phoenix.new -v
Phoenix v1.1.4
fchan:gauge fchan$ mix --version
Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Mix 1.3.0
fchan:gauge fchan$
Still pretty new to Elixir, Phoenix and Erlang and help is much appreciated.
Thanks
If you can, could you maybe post your app so we can try to debug it locally? I’m not an expert myself though 























