Example:
If you have the phoenix.new task installed as a mix archive, you cannnot run mix phoenix.new from the installer project and have the local project's task take precedent. The only solution is to remove the archive. The ideal fix seems to have the current mix project tasks take precedent over mix archive tasks.
Example:
If you have the
phoenix.newtask installed as a mix archive, you cannnot runmix phoenix.newfrom the installer project and have the local project's task take precedent. The only solution is to remove the archive. The ideal fix seems to have the current mix project tasks take precedent over mix archive tasks.