You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
I would like to try out the v8.0.0 branch, but I have trouble getting it to work.
When I checkout the branch and run npm install, I get the error
npm ERR! code ETARGET
npm ERR! notarget No matching version found for bitcore-wallet-client@8.0.0
...
I tried checking out the v8.0.0 branch of bitcore-wallet-client and link to it using npm link (and subsequently doing the same for bitcore-mnemonic). After that, npm install worked, but then I get the error
More than one instance of bitcore-lib found.
Please make sure to require bitcore-lib and check that submodules do
not also include their own bitcore-lib dependency.
when trying to run the wallet command.
Any hints about how I'm to supposed to run it instead?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I would like to try out the
v8.0.0
branch, but I have trouble getting it to work.When I checkout the branch and run
npm install
, I get the errorI tried checking out the
v8.0.0
branch ofbitcore-wallet-client
and link to it usingnpm link
(and subsequently doing the same forbitcore-mnemonic
). After that,npm install
worked, but then I get the errorwhen trying to run the
wallet
command.Any hints about how I'm to supposed to run it instead?
The text was updated successfully, but these errors were encountered: