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
My rebar.config is:
{deps, [ {cowboy_swagger, "0.1.1"} ]}. ``
joaohf@porco:~/p/x$ make ===> Verifying dependencies... ===> Package inaka_mixer-0.1.4 not found. Fetching registry updates and trying again... ===> Updating package registry... ===> Writing registry to /home/joaohf/.cache/rebar3/hex/default/registry ===> Generating package index... ===> Writing index to /home/joaohf/.cache/rebar3/hex/default/packages.idx ===> Package not found in registry: inaka_mixer-0.1.4. Makefile:10: recipe for target 'compile' failed make: *** [compile] Error 1
$ rebar3 hex search swagger cowboy_swagger: 0.1.1 $ rebar3 hex search mixer inaka_mixer: 0.1.5
The text was updated successfully, but these errors were encountered:
@joaohf that issue seems to have been fixed. Can you try with the latest release (i.e. 1.0.1), please?
Sorry, something went wrong.
@joaohf I'll assume it's fixed on 1.0.1
elbrujohalcon
No branches or pull requests
My rebar.config is:
joaohf@porco:~/p/x$ make
===> Verifying dependencies...
===> Package inaka_mixer-0.1.4 not found. Fetching registry updates and trying again...
===> Updating package registry...
===> Writing registry to /home/joaohf/.cache/rebar3/hex/default/registry
===> Generating package index...
===> Writing index to /home/joaohf/.cache/rebar3/hex/default/packages.idx
===> Package not found in registry: inaka_mixer-0.1.4.
Makefile:10: recipe for target 'compile' failed
make: *** [compile] Error 1
The text was updated successfully, but these errors were encountered: