Open stefek99 opened 7 years ago
I have the same problem. How to fix this?
You have another package that has "bitcore-lib" as submodule, I've found it inside "bitcore-node" and "bitcore".
Uninstall the "bitcore-lib" and use the one inside the other packages like this :
let bitcoreLib = require('bitcore-node/node_modules/bitcore-lib')
https://github.com/bitpay/bitcore-wallet-service/issues/643 https://github.com/bitpay/bitcore/issues/1457 https://github.com/bitpay/bitcore/issues/1366 https://github.com/bitpay/bitcore/issues/1454
Here is something like look like a hacky solution: https://github.com/bitpay/bitcore/issues/1454#issuecomment-306900782
If you have capacity - maybe you'll find a better way to fix.