04-03-2018, 05:24 PM
Hi everyone!
I tried to install Gekko and Gekkoga, following step by step the instructions.
I installed them on Windows 10 through Bash (Ubuntu app).
The problem is that when I launch gekkoga (on the second terminal) with the command "node run -c config/your-config.js" I receive this error:
module.js:549
throw err;
^
Error: Cannot find module 'nodemailer'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/root/gekko/gekkoga/index.js:2:20)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
I checked everything and the configuration seems to be ok.
Someone knows why I receive this error? Any help?
Thank you in advance for your support.
Luke
I tried to install Gekko and Gekkoga, following step by step the instructions.
I installed them on Windows 10 through Bash (Ubuntu app).
The problem is that when I launch gekkoga (on the second terminal) with the command "node run -c config/your-config.js" I receive this error:
module.js:549
throw err;
^
Error: Cannot find module 'nodemailer'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/root/gekko/gekkoga/index.js:2:20)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
I checked everything and the configuration seems to be ok.
Someone knows why I receive this error? Any help?
Thank you in advance for your support.
Luke