-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use Witchcraft, iex (1.8.1) #71
Comments
A couple questions:
|
Hi, thanks for the answer
|
Were you able to solve this? Sorry for the couple months of delay. |
I think I have an idea: your own application has the same name as the package you are using. Normally Elixir would fail to compile (as it tries to compile the same module twice), however IEx allows to recompile and reload previously compiled modules (for new versions) hence you don't get the same behaviour. If you pay attention to the last part, you'll see it says:
Solution: rename your project. I'm almost 100% certain about this, but feel free to let me know if I was wrong ;) |
Hello 👋
I have an issue when trying to get into an interactive session with {:witchcraft, "~> 1.0"}
Interactive Elixir (1.8.1)
Erlang/OTP 21 [erts-10.2.5]
See recording
It gets stuck after
Generated witchcraft app
and my computer starts to behave so badly.The text was updated successfully, but these errors were encountered: