Erlang/OTP 与 Elixir 失败

问题描述 投票:0回答:1

我正在尝试将 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

reactjs npm erlang elixir erlang-otp
1个回答
0
投票

您应该使用asdf来安装elixir和erlang。我看到使用 asdf 的主要优点是您可以选择该语言的任何版本

© www.soinside.com 2019 - 2024. All rights reserved.