Post
Topic
Board Trading Discussion
Re: Gekko - a javascript trading bot and backtesting platform
by
iheartubuntu
on 15/02/2015, 15:30:49 UTC
Hello! Can anyone help? Installed on Ubuntu via github instructions. All seemed OK. I have inputed my API/secret and other info into the config file as well.

When launching in the terminal I use "nodejs gekko" and I get this message. Thanks for any help!

Quote
iheartubuntu@gateway-SX2865:~/Desktop/gekko-master$ nodejs gekko

module.js:340
    throw err;
          ^
Error: Cannot find module 'lodash'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object. (/home/iheartubuntu/Desktop/gekko-master/gekko.js:22:9)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)