bettimms / multi-gekko

Easily configure & generate multiple config files for gekko trading bot and monitor/trade in multiple currencies and multiple exchanges simultaneously.
MIT License
26 stars 17 forks source link

cannot find gekko path (mac osx) #6

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi, I set the correct gekko path in index.js but npm run run-all gives me this error. I did update the util file and tried several times..it's the same dir as multi-gekko as you can see from error output.

Error: Cannot find module '/Users/apple/Desktop/dev/gekko'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15)
    at Function.Module._load (internal/modules/cjs/loader.js:513:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:760:12)
    at startup (internal/bootstrap/node.js:308:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:878:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! multi-gekko@1.0.0 EVX-n8.bin: `node /Users/apple/Desktop/dev/gekko --config /Users/apple/Desktop/dev/multi-gekko/configs/EVX/EVX-n8.bin.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the multi-gekko@1.0.0 EVX-n8.bin script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
internal/modules/cjs/loader.js:589
    throw err;
bettimms commented 5 years ago

Did you follow step 2) to make the change in util.js.? It has been some time since didn't use gekko but I think they didnt make that change even in newer versions.