Gekko Forum
ga: cannot find module async - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html)
+--- Thread: ga: cannot find module async (/thread-89.html)



ga: cannot find module async - john99 - 01-29-2018

Hello,
after installing the genetic algorithm I tried to run it with:

node run -c config/your-new.js,

but I got an error:

module.js:540
throw err;
Error: Cannot find module 'async'

What did I make wrong?

Thanks for help!

john