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
When you generate a project using mix vox.new and run mix deps.get, mix vox.build doesn't work. However, after changing the version of vox in mix.exs to {:vox, github: "geolessel/vox"}, mix vox.build it works.
When you generate a project using
mix vox.newand runmix deps.get,mix vox.builddoesn't work. However, after changing the version ofvoxinmix.exsto{:vox, github: "geolessel/vox"},mix vox.buildit works.