Hi,
I just ran the official script to update my rebar to version 3. Quote:
If you have a Nitrogen project generated by the
make slim_X
ormake rel_X
commands, run this from the root of your project to convert that project to rebar3:curl -s https://raw.githubusercontent.com/nitrogen/nitrogen/rebar3/scripts/convert_to_rebar3.sh | bash
However, after doing so my app no longer launches at all. It gives me this:
Generating new erl.ini file in erts-11.0\bin\erl.ini
{“init terminating in do_boot”,{load_failed,[error_handler]}}
init terminating in do_boot ({load_failed,[error_handler]})Crash dump is being written to: erl_crash.dump…done
{“init terminating in do_boot”,{‘cannot get bootfile’,‘releases/2.4.0/nitrogen.boot’}}
init terminating in do_boot ({cannot get bootfile,releases/2.4.0/nitrogen.boot})Crash dump is being written to: erl_crash.dump…done
I am linking to my crash dump file in hopes of figuring out what went wrong.