Having problems installing Gekko
#1
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/...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.
  Reply
#2
Could you post the output of running `node -v`?
  Reply
#3
Hello,

Gekko encountered an error and can't continue

Error:

History directory does not exist.

Thanks!
  Reply
#4
hi
reinstall ubuntu

https://gekko.wizb.it/docs/installation/...ws_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
  Reply


Forum Jump:


Users browsing this thread: