Install failure - npm
#8
(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

Glad you've got it working, I've got a pi3 that I'm going to be using soon.
Is that from a fresh install?
Have you added any of the backtesting algorithms?

If you do I'd appreciate if you added the steps you take to get them working.
  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: