We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I often chain commands together, like:
$ elm-install && make ...
then get coffee.
It seems elm-install always returns success (exitcode 0):
conrad@spitfire:~/src/elm/dreambuggy$ elm-install ... Solving dependencies... ▶ No solution found: Unable to satisfy the following requirements: - `here4/here4 (< 4.0.0)` required by `user-specified dependency` - `here4/here4 (>= 3.3.8)` required by `user-specified dependency` conrad@spitfire:~/src/elm/dreambuggy$ echo $? 0
so the commandline chain doesn't work: if I do "elm-install && make" then make should not run.
The text was updated successfully, but these errors were encountered:
63d588e
Thanks for bringing this up, fixed in 1.4.0 - https://github.com/gdotdesign/elm-github-install/releases/tag/v1.4.0
Sorry, something went wrong.
No branches or pull requests
I often chain commands together, like:
$ elm-install && make ...
then get coffee.
It seems elm-install always returns success (exitcode 0):
so the commandline chain doesn't work: if I do "elm-install && make" then make should not run.
The text was updated successfully, but these errors were encountered: