Post
Topic
Board Trading Discussion
Re: Gekko - a javascript trading bot for nodejs
by
g0re79
on 09/02/2014, 01:09:14 UTC
Hi
Im still cant use gekko for kraken even if i use npm update. I tryed the stable version for mtgox and it works well but i need only for kraken.
Here the log when i use npm update, there are some errors when it tries to rebuild  :
Code:
C:\Users\Charles\Desktop\gekko-localDB>npm update
npm http GET https://registry.npmjs.org/mtgox-apiv2/latest
...CUT.OFF...
└── hawk@0.10.2 (sntp@0.1.4, boom@0.3.8, hoek@0.7.6, cryptiles@0.1.3)
npm ERR! microtime@0.5.1 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
ERR! Failed at the microtime@0.5.1 install script.
npm ERR! This is most likely a problem with the microtime package,
npm ERR! not with npm itself.
...CUT.OFF...
If someone can understand that ^^

Same error for me on two machines running Win 7 and Win XP. Gekko configured for MtGox works well, but that is (and probably will be) quite useless. I´d like to use Kraken instead.

EDIT: You can get microtime package at https://github.com/wadey/node-microtime.git and try to install it manually, but it have something to do with latest MS SKD. I don´t have a time to solve this now  Undecided