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.
If I import bitcore-lib or bitcore-explorers or bitcore-mnemonic at same time, it will have following error,
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.
On Sun, Dec 23, 2018, 11:01 AM Leon-Zhang ***@***.*** wrote:
If I import bitcore-lib or bitcore-explorers or bitcore-mnemonic at same
time, it will have following error,
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.
I found it is because they are referring to different version of
bitcore-lib, like
+-- ***@***.***
| +-- ***@***.***
+-- ***@***.***
any simple way to fix this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#278>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGCHD0aqi4OUAqD3FAsAmi__YbpiJjTks5u74yzgaJpZM4Zf2c6>
.
Bitcore-explorers is not longer been maintained. It will be removed soon. Please do not use it. Sorry, we need to update docs. …
On Sun, Dec 23, 2018, 11:01 AM Leon-Zhang @.*** wrote: If I import bitcore-lib or bitcore-explorers or bitcore-mnemonic at same time, it will have following error, 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. I found it is because they are referring to different version of bitcore-lib, like +-- @.*** | +-- @.*** +-- @.*** any simple way to fix this? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#278>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGCHD0aqi4OUAqD3FAsAmi__YbpiJjTks5u74yzgaJpZM4Zf2c6 .
Thanks for answer.
So beside bitcore-explorers, how I can get address balance?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I import bitcore-lib or bitcore-explorers or bitcore-mnemonic at same time, it will have following error,
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.
I found it is because they are referring to different version of bitcore-lib, like
+-- [email protected]
| +-- [email protected]
+-- [email protected]
any simple way to fix this?
The text was updated successfully, but these errors were encountered: