mongodb-erlang icon indicating copy to clipboard operation
mongodb-erlang copied to clipboard

Failed to update package rebar_ct from repo hexpm

Open ghost opened this issue 4 years ago • 3 comments

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??

ghost avatar Aug 26 '20 07:08 ghost

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

comtihon avatar Aug 26 '20 07:08 comtihon

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!

ghost avatar Aug 27 '20 06:08 ghost

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,[]}]}]}

Macu1 avatar Nov 23 '20 07:11 Macu1