bitfloor / trader.nodejs

bitfloor nodejs sample trader implementation
55 stars 15 forks source link

Installation fail #6

Closed jl2035 closed 11 years ago

jl2035 commented 11 years ago

Running this command: npm install git://github.com/bitfloor/trader.nodejs.git

returns this: http://pastebin.com/zjkBRmdy

Please help...

pskupinski commented 11 years ago

You're going to need node 0.8 or lower in order to use node-waf which a dependency(microtime 0.2.0) requires. node-waf was removed in 0.10 and deprecated in 0.8.

Assuming bitfloor will resume trading one day and wants to update this module they should go through and update their dependencies and specify a version of node.js they want to target in their package.json.

jl2035 commented 11 years ago

Thanks.. it can't help me than... :(