07-05-2018, 06:47 AM
Hello,
I am trying to install Gekko on Windows 7. Off of the bat i noticed the code shown below wasnt pointing correctly to what I downloaded. I had to path to "gekko-develop" in the file path.
Once I use that path I am able to install, then I am able to run
After the above step when I try to install "Gekko Broker's dependencies" I get the error listed below.
C:\Gekko\Gekko Unzip>cd gekko-develop
C:\Gekko\Gekko Unzip\gekko-develop>npm install --only=production
up to date in 7.002s
C:\Gekko\Gekko Unzip\gekko-develop>cd exchange
C:\Gekko\Gekko Unzip\gekko-develop\exchange>npm install --only=production
npm ERR! code ENOGIT
npm ERR! No git binary found in $PATH
npm ERR!
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\2nd Laptop\AppData\Roaming\npm-cache\_logs\2018-07-05T06_3
0_47_322Z-debug.log
I am able to Install Tulip Indicators. I do Have an issue starting Gekko, and i get the error listed below.
C:\Gekko\Gekko Unzip\gekko-develop\exchange>node gekko --ui
module.js:549
throw err;
^
Error: Cannot find module 'C:\Gekko\Gekko Unzip\gekko-develop\exchange\gekko'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:612:3
Any help would be appreciated,
Thanks!
Or[heus2
I am trying to install Gekko on Windows 7. Off of the bat i noticed the code shown below wasnt pointing correctly to what I downloaded. I had to path to "gekko-develop" in the file path.
Code:
cd Downloads
cd gekko-stable
cd gekko-stable
Code:
npm install --only=production
After the above step when I try to install "Gekko Broker's dependencies" I get the error listed below.
C:\Gekko\Gekko Unzip>cd gekko-develop
C:\Gekko\Gekko Unzip\gekko-develop>npm install --only=production
up to date in 7.002s
C:\Gekko\Gekko Unzip\gekko-develop>cd exchange
C:\Gekko\Gekko Unzip\gekko-develop\exchange>npm install --only=production
npm ERR! code ENOGIT
npm ERR! No git binary found in $PATH
npm ERR!
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\2nd Laptop\AppData\Roaming\npm-cache\_logs\2018-07-05T06_3
0_47_322Z-debug.log
I am able to Install Tulip Indicators. I do Have an issue starting Gekko, and i get the error listed below.
C:\Gekko\Gekko Unzip\gekko-develop\exchange>node gekko --ui
module.js:549
throw err;
^
Error: Cannot find module 'C:\Gekko\Gekko Unzip\gekko-develop\exchange\gekko'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:612:3
Any help would be appreciated,
Thanks!
Or[heus2