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
Also make sure your local archive is installed, and check to be sure that you haven't accidentally installed igniter as an archive instead of igniter_new. You can see your archives with mix archive
We had similar reports by people installing Beacon and the only "solution" for now is deleting the _build dir. I wasn't able to reproduce it either. Btw I thought we had an issue for that but I can't find it 🤔
Hmmm... seems weird. I switched to mac and I can't reproduce this problem. I'm not using igniter_new and no archives in the machine (clean slate). I'll remove the deps/build in ubuntu👌🏾.
Describe the bug
installing Ash using
mix igniter install ash
causesProtocol.UndefinedError
.To Reproduce
mix archive.install hex phx_new 1.8.0-rc.0 --force
mix phx.new my_app
(v0.5.45)
mix igniter.install ash
Expected behavior
An interactive CLI that confirms new changes in the project
** Runtime
Additional context
I wanted to try the release candidate for Phoenix v1.8 with Ash using
mix igniter...
. No errors if using the latest stable v1.7.21The text was updated successfully, but these errors were encountered: