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

stream_data dependency is missing #19

Open
tielur opened this issue Jul 31, 2018 · 2 comments
Open

stream_data dependency is missing #19

tielur opened this issue Jul 31, 2018 · 2 comments

Comments

@tielur
Copy link

tielur commented Jul 31, 2018

Right now if you try to use graphvix, you have to also include the stream_data dependency in your project.

Steps to reproduce:

Create a new mix project

mix new test_graphvix
cd test_graphvix

Add graphvix as a dependency

defp deps do
  [{:graphvix, "~> 1.0"}]
end

Fetch deps

mix deps.get

Try to start application

iex -S mix

Expected: The application would start and I could play with graphvix
Actual:

** (Mix) Could not start application stream_data: could not find application file: stream_data.app

It looks like stream_data is trying to be started in the list of applications. If stream_data isn't needed, it should be removed from there.

If stream_data is required then it shouldn't be set to only: [:dev, :test] in the mix.exs

@ivan-kolmychek
Copy link
Contributor

I think this issue can be related.

@brewerx
Copy link
Contributor

brewerx commented May 14, 2024

Hey @mikowitz , I created this PR #29 to address this issue. Can you take a look please?

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