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
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);
}
};
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:84076Code:
See bitpay/bitcore#1454 or bitpay/bitcore#1366
The text was updated successfully, but these errors were encountered: