我正在尝试将 Elixir 设置为 React 的后端,并且我已经做了很多事情来让它运行。我似乎无法让它发挥作用。
"10:09:43.125 [error] beam/beam_load.c(206): Error loading module 'Elixir.Hex':
This BEAM file was compiled for an old version of the runtime system.
To fix this, please re-compile this module with Erlang/OTP 24 or later."
我已经尝试过
sudo apt-get install erlang
和mix deps.compile
或mix compile
或mix clean
您应该使用asdf来安装elixir和erlang。我看到使用 asdf 的主要优点是您可以选择该语言的任何版本