You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While installing project dependencies, you may come across and issue with bitcore-lib being duplicated. It's a known issue on their side and there's a PR with the solution bitpay/bitcore-mnemonic#61.
For now, it is possible to deal with this issue by modifying the version guard code in index.js in node-modules/bitcore-lib as outlined in bitpay/bitcore#1454 or just removing the version guard.
The text was updated successfully, but these errors were encountered:
While installing project dependencies, you may come across and issue with bitcore-lib being duplicated. It's a known issue on their side and there's a PR with the solution bitpay/bitcore-mnemonic#61.
For now, it is possible to deal with this issue by modifying the version guard code in
index.js
innode-modules/bitcore-lib
as outlined in bitpay/bitcore#1454 or just removing the version guard.The text was updated successfully, but these errors were encountered: