05-18-2018, 02:14 PM
(05-17-2018, 07:44 PM)ankasem Wrote: hi
reformat node 8.x at the bottom
execute the following commands after completing the setup (curl) format
---------------------------------------------------------------------------------------------------------------------
.
.
.
.
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
npm install talib
npm install tulind
sudo apt autoremove
node gekko --ui
Thank you for the reply!
I followed your directions and I am getting this error:
Code:
Gekko v0.5.14
I'm gonna make you rich, Bud Fox.
events.js:183
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE 0.0.0.0:3000
at Object._errnoException (util.js:992:11)
at _exceptionWithHostPort (util.js:1014:20)
at Server.setupListenHandle [as _listen2] (net.js:1355:14)
at listenInCluster (net.js:1396:12)
at doListen (net.js:1505:7)
at _combinedTickCallback (internal/process/next_tick.js:141:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
at Function.Module.runMain (module.js:695:11)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:612:3
I am willing to format the SD and start over from the beginning if someone can give me a path to success. every tut I follow verbatim gets me into trouble with all kinds of errors.
Please advise.
No one made a pi image for gekko?