mongodb-erlang
mongodb-erlang copied to clipboard
Failed to update package rebar_ct from repo hexpm
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??
hi, are you sure it is this driver's problem? For me it looks like you have incomplete rebar installation.
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!
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,[]}]}]}