Having problems installing Gekko - 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: Having problems installing Gekko (/thread-51.html) |
Having problems installing Gekko - z82 - 01-18-2018 Hi, I'm a new user and not very good with Linux. I cannot get Gekko to run properly and receive an error when I try to run it: /home/john/gekko/core/error.js:3 let RetryError = function(message) { ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:374:25) at Object.Module._extensions..js (module.js:417:10) at Module.load (module.js:344:32) at Function.Module._load (module.js:301:12) at Module.require (module.js:354:17) at require (internal/module.js:12:17) at Object.<anonymous> (/home/john/gekko/core/util.js:8:14) at Module._compile (module.js:410:26) at Object.Module._extensions..js (module.js:417:10) Here are my system details: 64bit OS 16.04 LTS Ubuntu Intel Core I5 My objective is to run it on a laptop and interact with it via my browser. I tried following the instructions yesterday here: https://gekko.wizb.it/docs/installation/installing_gekko.html It was late at night and I might have installed nodejs after installing Gekko. Will Gekko configure properly if nodejs is not present at install? If Gekko is not configured properly, how do I start over? I also tried installing Gekko using Docker and no luck there either. Since I couldn't get it to do anything, I uninstalled Docker. RE: Having problems installing Gekko - askmike - 01-19-2018 Could you post the output of running `node -v`? RE: Having problems installing Gekko - rikon - 01-25-2018 Hello, Gekko encountered an error and can't continue Error: History directory does not exist. Thanks! ubuntu problems installing Gekko - ankasem - 01-25-2018 hi reinstall ubuntu https://gekko.wizb.it/docs/installation/installing_gekko_on_windows_with_bash_on_windows_10.html open the terminal sudo apt-get update curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs sudo apt-get install -y build-essential sudo apt-get install git git clone git://github.com/askmike/gekko.git cd gekko npm install --only=production node gekko --ui open browser http://localhost:3000 |