I am getting a warning when I execute
./rebar get-deps
Output
$ ./rebar get-deps
==> mimetypes (get-deps)
WARN: Missing plugins: [rebar3_hex]
==> stacktrace_compat (get-deps)
==> simple_bridge (get-deps)
==> cf (get-deps)
==> erlware_commons (get-deps)
==> qdate_localtime (get-deps)
==> qdate (get-deps)
==> nitro_cache (get-deps)
==> nprocreg (get-deps)
==> rekt (get-deps)
==> nitrogen_core (get-deps)
WARN: Missing plugins: [pc,rebar3_hex]
==> fs (get-deps)
==> sync (get-deps)
==> site (get-deps)
==> ookma-kyi (get-deps)
I am wondering if it has anything to do with my build errors in this topic but, it seems unrelated.
2 Likes
Unless you’ve renamed the binary you may want to consider switching/upgrading to rebar3 as I believe ‘rebar’ is no longer maintained and very out-of-date
https://www.rebar3.org/
1 Like
I’ve actually tried that and now my application no longer works at all. Here is the link to the thread.
@LeonardB Update:
Manually installing it and running it from the command line produces this error:
E:\ookma-kyi>rebar3 get-deps
===> Fetching pc v1.14.0
eheap_alloc: Cannot allocate 18446744073281983960 bytes of memory (of type "heap").
Crash dump is being written to: erl_crash.dump...
Msys2 Output:
ookma@MSI MINGW64 /e/ookma-kyi (master)
$ rebar3 get-deps
eheap_alloc: Cannot allocate 18446744073281983960 bytes of memory (of type "heap").
Crash dump is being written to: erl_crash.dump...
The crash dump is 4.44GB in size regardless of os, so unfortunately I cannot share it.
1 Like
You may want to try the #nitrogen channel in the Erlang slack as well
2 Likes
I just posted to the Erlang slack. Here’s the direct link to the message: Slack
1 Like