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?