Coder Social home page Coder Social logo

Comments (4)

locip3it avatar locip3it commented on May 24, 2024 2

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
how to solve this issue:

  1. do this: comment version check at bitcore.versionGuard
    // module information
    bitcore.version = 'v' + require('./package.json').version;
    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);
    throw new Error(version);
    }//*/
    return;
    };
  2. or you can change the reference to the same path on your main bitcore-lib

this issue not from eth-hot-wallet itself but because of the dependencies

hope this help all of us

thank you,
regards

from eth-hot-wallet.

locip3it avatar locip3it commented on May 24, 2024

I got same issue
image

can you help solve the problem, please?

thank you in advance

from eth-hot-wallet.

4Maarifa avatar 4Maarifa commented on May 24, 2024

Hello @locip3it , I follow the documentation eth-hot-wallet.com docs react-boilerplate
when I run npm run setup && npm start
Iget this error
Capture
Error: Cannot find module 'D:\app\eth-hot-wallet\internals\scripts\setup.js'
there is no setup.js file in eth-hot-wallet\internals\scripts\
@locip3it Sir give me your Email I need your help

from eth-hot-wallet.

locip3it avatar locip3it commented on May 24, 2024

@4Maarifa Hi, I never try myself run npm setup
maybe you can check these things :

  1. Did you install all dependencies? (run npm install)
  2. Did you ever try npm start?
  3. Did you ever try npm run build:dll?

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
regards

from eth-hot-wallet.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.