rebar3 Questions
4
Solved
I´m following the free screencast / tutorial in Phoenix LiveView Starter
But I´m not even able to start, as mix setup fails with:
=ERROR REPORT==== 6-Jul-2022::12:47:58.702361 ===
beam/beam_load.c(...
1
I have two Erlang applications: single app mylogger and umbrella app myapp.
I want to include a current version of mylogger as a dependency to myapp.
Rebar3 only suggests to add deps from git like
...
2
Solved
I can start the application manually from the rebar3 shell by doing application:start(lager) followed by application:start(myapp). I'd like this to happen without having to type it out, for example...
Spelldown asked 24/10, 2016 at 6:14
1
Solved
After creating an escript app:
$ rebar3 new escript hello
Can I run with with rebar3, instead of calling escriptize first?
I.e. something like this?
$ rebar3 run
1
© 2022 - 2024 — McMap. All rights reserved.