Skip to content
New issue

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

Unchecked dependencies for environment tes #32

Closed
mustela opened this issue Jun 22, 2019 · 4 comments
Closed

Unchecked dependencies for environment tes #32

mustela opened this issue Jun 22, 2019 · 4 comments

Comments

@mustela
Copy link

mustela commented Jun 22, 2019

Hey there!

I just add the lib to my project {:logstash, github: "svetob/logstash-json"} and when I try to run tests or the app Im getting:

Unchecked dependencies for environment test:
* logstash (https://github.com/svetob/logstash-json.git)
  could not find an app file at "_build/test/lib/logstash/ebin/logstash.app". This may happen if the dependency was not yet compiled, or you specified the wrong application name in your deps, or the dependency indeed has no app file (then you can pass app: false as option)
** (Mix) Can't continue due to errors on dependencies

Any clue? Thanks!

@dalefrancis88
Copy link

I'm getting the same on mine, i'm very inexperienced with Elixir so i'm guessing its something simple, were you able to solve?

@mustela
Copy link
Author

mustela commented Jun 27, 2019

Same here, Im new with Elixir. Nothing seems to be working. I've cleaned/reinstalled/changed versions, etc and same error :/

@svetob
Copy link
Owner

svetob commented Jun 28, 2019

It looks like the problem is the dependency import example in the README are outdated. The dep import should look like this:

{:logstash_json, "~> 0.7"}

Updated the README to match.

@svetob svetob closed this as completed Jun 28, 2019
@dalefrancis88
Copy link

Thanks for looking into that @svetob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants