01-18-2018, 06:16 PM
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.
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.