Closed marcoskubis closed 5 years ago
From my investigations, the key cause is in the new 1.7.0 version of bitcore-mnemonic.
Specifically this commit https://github.com/bitpay/bitcore-mnemonic/commit/3ddf49e247ed1c396976eddf67f8c5c103aa3554
If we change lightwallet's bitcore-mnemonic dependency for it to retain 1.5.0 (by just removing the caret in package.json) it wouldn't be an issue
I just ran into this error as well.
PR that solves it is here: https://github.com/ConsenSys/eth-lightwallet/pull/215
Any updates on this PR?
Looks like this project is no longer updated
This was resolved in 4.0.0.
In the release notes of the version 3.0.0, the
bitcore-lib
was removed (last line):Why
bitcore-lib
was removed in 3.0.0 and added again in 3.0.1? This commit It is conflicting withbitcore-mnemonic
, that also requiresbitcore-lib
:(electron app)