Created
December 23, 2013 15:52
-
-
Save umurgdk/8099402 to your computer and use it in GitHub Desktop.
Mix error after application's name and project's folder name changed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unchecked dependencies for environment dev: | |
* ranch (git://github.com/extend/ranch.git) | |
could not find an app file at _build/shared/lib/ranch/ebin/ranch.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`) | |
* cowlib (git://github.com/extend/cowlib.git) | |
could not find an app file at _build/shared/lib/cowlib/ebin/cowlib.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`) | |
* cowboy (git://github.com/extend/cowboy.git) | |
could not find an app file at _build/shared/lib/cowboy/ebin/cowboy.app, this may happen when you specified the wrong application name in your deps or if the dependency did not compile (which can be amended with `mix deps.compile`) | |
** (Mix) Can't continue due to errors on dependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment