Install failure - npm
#10
(05-21-2018, 06:12 PM)pingywon Wrote: OK! I got it running.

thanks for all the help guys. 

Here are my notes on how I got it to work on rasb pi 3

Code:
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 (Ignore warnings and WAITTTTTT)
npm install talib
npm install tulind
sudo apt autoremove
node gekko --ui

cd ~/gekko/web/vue

nano UI.config (for headless mode)


Now to just get it to run at boot up

Thanks for the write-up, helped me get mine setup.  For running at boot up, try using some of the tips on this site:
https://www.dexterindustries.com/howto/r...t-startup/
  Reply


Messages In This Thread
Install failure - npm - by pingywon - 05-16-2018, 08:18 PM
RE: Install failure - npm - by Ballsy - 05-16-2018, 10:51 PM
RE: Install failure - npm - by pingywon - 05-17-2018, 06:55 PM
RE: Install failure - npm - by ankasem - 05-17-2018, 07:44 PM
RE: Install failure - npm - by pingywon - 05-18-2018, 02:14 PM
RE: Install failure - npm - by pingywon - 05-20-2018, 05:03 PM
RE: Install failure - npm - by pingywon - 05-21-2018, 06:12 PM
RE: Install failure - npm - by Ballsy - 05-21-2018, 08:17 PM
RE: Install failure - npm - by pingywon - 05-21-2018, 08:32 PM
RE: Install failure - npm - by Kommando98 - 06-24-2018, 05:20 PM

Forum Jump:


Users browsing this thread: