This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Description
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
+-- bitcore-explorers@1.0.1
| +-- bitcore-lib@0.13.19
+-- bitcore-lib@0.16.0
any simple way to fix this?