You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
Hi there, excited to try this out but I keep running into this error:
``== Compilation error in file lib/kalevala/output/tables.ex ==
** (UndefinedFunctionError) function :elixir_interpolation.unescape_chars/1 is undefined or private. Did you mean:
could not compile dependency :kalevala, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile kalevala", update it with "mix deps.update kalevala" or clean it with "mix deps.clean kalevala"``
The text was updated successfully, but these errors were encountered:
I believe this is the problematic line in kaleva but compiling that project on its own seems ok. Idk much about elixir but I wonder if it has to do with a version mismatch?
I also wonder if it could be a single vs. double quoted string issue 🤔
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there, excited to try this out but I keep running into this error:
``== Compilation error in file lib/kalevala/output/tables.ex ==
** (UndefinedFunctionError) function :elixir_interpolation.unescape_chars/1 is undefined or private. Did you mean:
could not compile dependency :kalevala, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile kalevala", update it with "mix deps.update kalevala" or clean it with "mix deps.clean kalevala"``
The text was updated successfully, but these errors were encountered: