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

Failed to update package rebar_ct from repo hexpm #227

Open
ghost opened this issue Aug 26, 2020 · 3 comments
Open

Failed to update package rebar_ct from repo hexpm #227

ghost opened this issue Aug 26, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 26, 2020

rebar3 new release test
add "{plugins, [rebar_ct]}."
rebar3 compile
then
===> Failed to update package rebar_ct from repo hexpm
===> Plugin rebar_ct not available. It will not be used.
===> Verifying dependencies...
===> Compiling test

图片
no rebar_ct plugins exist??

@comtihon
Copy link
Owner

hi,
are you sure it is this driver's problem?
For me it looks like you have incomplete rebar installation.

@ghost
Copy link
Author

ghost commented Aug 27, 2020

hi,
are you sure it is this driver's problem?
For me it looks like you have incomplete rebar installation.

I'm sorry that i havn't write it clearly
I config rebar.config with
{deps, [{mongodb, ".*", {git, "git://github.com/comtihon/mongodb-erlang", {tag, "v3.2.0"}}}]}

then
rebar3 compile
===> Verifying dependencies...
===> Failed to update package rebar_ct from repo hexpm
===> Plugin rebar_ct not available. It will not be used.

so, I check the driver's rebar.config
....
{plugins, [rebar_ct]}.
...

then, I try rebar_ct(last message) and it seem not exist

thanks for your reply!

@Macu1
Copy link

Macu1 commented Nov 23, 2020

hi,
are you sure it is this driver's problem?
For me it looks like you have incomplete rebar installation.

I'm sorry that i havn't write it clearly
I config rebar.config with
{deps, [{mongodb, ".*", {git, "git://github.com/comtihon/mongodb-erlang", {tag, "v3.2.0"}}}]}

then
rebar3 compile
===> Verifying dependencies...
===> Failed to update package rebar_ct from repo hexpm
===> Plugin rebar_ct not available. It will not be used.

so, I check the driver's rebar.config
....
{plugins, [rebar_ct]}.
...

then, I try rebar_ct(last message) and it seem not exist

thanks for your reply!

You can config rebar3 with
{overrides,[{override,mongodb,[{plugins,[]}]}]}

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

2 participants