vuethwallet
vuethwallet copied to clipboard
Error: More than one instance of bitcore-lib found
Uncaught 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. at webpack:///~/bitcore-mnemonic/~/bitcore-lib/index.js:12:0 <- index.js:84076
Code:
bitcore.versionGuard = function(version) {
if (version !== undefined) {
var message = '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.';
throw new Error(message);
}
};
See https://github.com/bitpay/bitcore/issues/1454 or https://github.com/bitpay/bitcore/issues/1366
After try to change node version to v4 and downgrade the eth-lightwallet, the issue exist.
So plan to work on #4.
Hi @sc0Vu any progress ? I have the same issue here
@JellyBool yup, I just remove the lightwallet package and using yoethwallet.
Will merge into master soon!