We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Elchemy 0.7.2, after running elchemy clean, elchemy init fails with:
elchemy clean
elchemy init
** (Code.LoadError) could not load .elchemy.exs (elixir) lib/code.ex:1022: Code.find_file/2 (elixir) lib/code.ex:601: Code.eval_file/2 mix.exs:12: Myapp.MixProject.project/0 (mix) lib/mix/project.ex:676: Mix.Project.get_project_config/1 (mix) lib/mix/project.ex:111: Mix.Project.push/3
Steps to reproduce: elchemy new myapp cd myapp elchemy clean elchemy init
elchemy new myapp
cd myapp
The text was updated successfully, but these errors were encountered:
Good eye. New PR opened. A review/discussion welcome 👍
Sorry, something went wrong.
Fix released in 0.7.3
No branches or pull requests
In Elchemy 0.7.2, after running
elchemy clean
,elchemy init
fails with:Steps to reproduce:
elchemy new myapp
cd myapp
elchemy clean
elchemy init
The text was updated successfully, but these errors were encountered: