ganache-cli-docker-compose icon indicating copy to clipboard operation
ganache-cli-docker-compose copied to clipboard

Cannot find module '/app/build/cli.node.js

Open jaapjan opened this issue 6 years ago • 1 comments

Getting this error "Cannot find module '/app/build/cli.node.js" when following the installation steps.

internal/modules/cjs/loader.js:583
    throw err;
    ^

Error: Cannot find module '/app/build/cli.node.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
    at startup (internal/bootstrap/node.js:282:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)

Not 100% sure if this is the right place or should I post it in the https://github.com/trufflesuite/ganache-cli

jaapjan avatar Jan 18 '19 13:01 jaapjan

  • /app/ganache-core.docker.cli.js

andreisav avatar Feb 14 '19 20:02 andreisav