-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why was the bitcore-lib removed in 3.0.0 and added again in 3.0.1? #214
Comments
From my investigations, the key cause is in the new 1.7.0 version of bitcore-mnemonic. Specifically this commit 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 |
…oids issues with bitcore-lib Consensys/eth-lightwallet#214
I just ran into this error as well. |
PR that solves it is here: #215 |
Any updates on this PR? |
Looks like this project is no longer updated |
This was resolved in 4.0.0. |
- Version 3.0.1 has a bug that causes multiple copies of bitcore-lib to be installed (Consensys/eth-lightwallet#214) and bitcore-lib does not like that and fails.
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 commitIt is conflicting with
bitcore-mnemonic
, that also requiresbitcore-lib
:(electron app)
The text was updated successfully, but these errors were encountered: