Post
Topic
Board Trading Discussion
Re: Gekko - a javascript trading bot and backtesting platform
by
bitspill
on 27/02/2015, 05:10:36 UTC
got an error while installing Shocked anyone can help?

Quote
npm WARN `git config --get remote.origin.url` returned wrong result (https://git
hub.com/naddison36/bitfinex.git) undefined
npm WARN `git config --get remote.origin.url` returned wrong result (https://git
hub.com/naddison36/bitfinex.git) undefined
npm ERR! git clone https://github.com/naddison36/bitfinex.git undefined
npm ERR! git clone https://github.com/naddison36/bitfinex.git undefined
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs
\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v0.12.0
npm ERR! npm  v2.5.1
npm ERR! code ENOGIT

npm ERR! not found: git
npm ERR!
npm ERR! Failed using git.
npm ERR! This is most likely not a problem with npm itself.
npm ERR! Please check if you have git installed and in your PATH.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\LxiR\Documents\GitHub\gekko\npm-debug.log

Install git http://git-scm.com/download/win

I'll check into it thanks. I sould have mentioned Im running ubuntu.

The error you quoted and the provided solution is not for the error you reported. In your case did you run npm so all the dependencies are installed? It looks like one of the node_modules was not installed properly.
Code:
npm install

Should you find you also need to install git on ubuntu it's extremely simple:
Code:
sudo apt-get install git


Quote
I sould have mentioned Im running ubuntu.
Never would have guessed you were running that since your user name is 'i heart ubuntu' Wink