Skip to content

Error: More than one instance of bitcore-lib found #15

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

Open
sc0Vu opened this issue Nov 2, 2017 · 3 comments
Open

Error: More than one instance of bitcore-lib found #15

sc0Vu opened this issue Nov 2, 2017 · 3 comments
Assignees

Comments

@sc0Vu
Copy link
Owner

sc0Vu commented Nov 2, 2017

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 bitpay/bitcore#1454 or bitpay/bitcore#1366

@sc0Vu sc0Vu self-assigned this Nov 2, 2017
@sc0Vu
Copy link
Owner Author

sc0Vu commented Nov 2, 2017

After try to change node version to v4 and downgrade the eth-lightwallet, the issue exist.

So plan to work on #4.

@JellyBool
Copy link

Hi @sc0Vu any progress ? I have the same issue here

@sc0Vu
Copy link
Owner Author

sc0Vu commented Dec 5, 2017

@JellyBool yup, I just remove the lightwallet package and using yoethwallet.

Will merge into master soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants