-
Notifications
You must be signed in to change notification settings - Fork 188
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
More than one instance of bitcore-lib found #24
Comments
I found how to solve this problem, the problem arise because of bitcore-lib and bitcore-mnemonic, you can see both index.js on bitcore-lib/index.js and bitcore-mnemonic/bitcore-lib/index.js referenced different package.json of bitcore-lib
this issue not from eth-hot-wallet itself but because of the dependencies hope this help all of us thank you, |
Hello @locip3it , I follow the documentation eth-hot-wallet.com docs react-boilerplate |
@4Maarifa Hi, I never try myself run npm setup
I think you have issue with dependencies npm setup function defined here https://eth-hot-wallet.com/docs/react-boilerplate/general/commands.html sorry can't help much |
I pulled the repo, installed necessary things and started the app. Entered to http://localhost:3001/ but it didn't opened. When I looked to console output I received this error:
Uncaught (in promise) 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.
What do you think? Thanks.
The text was updated successfully, but these errors were encountered: