sc0Vu / vuethwallet

A simple app generate ethereum wallet with vuejs.
https://vuethwallet.web3p.xyz/
MIT License
59 stars 28 forks source link

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

Open sc0Vu opened 6 years ago

sc0Vu commented 6 years ago

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

sc0Vu commented 6 years ago

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

So plan to work on #4.

JellyBool commented 6 years ago

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

sc0Vu commented 6 years ago

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

Will merge into master soon!