-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add elm-deps as dependencies #5
Comments
I ran into an issue where I installed a git-dependency but my app failed to compile due to missing all the dependencies for that package. At first I thought this was a bug but if I understand correctly that's what this issue is referring too? |
@MartinSStewart Yes. Not sure how to best approach this issue. I don't think |
What about using elm-json instead? |
That could work. I do have limited capacity at the moment however. A PR would be much appreciated if you have the time. |
I can take a look later today and see if it's something I can puzzle out. |
Awesome! |
Sorry, I won't have time to do this either. Maybe someone else can implement this or maybe I'll give it a shot at a later date. |
Git deps might have direct and indirect dependencies which aren't git-dependencies. These should be added to the right places in the application's elm.json.
Not entirely sure how this should work. Do we clone the repos and read their tags, scrape package.elm-lang.org? Needs investigating.
The text was updated successfully, but these errors were encountered: