Ekliptor / WolfBot

Crypto currency trading bot written in TypeScript for NodeJS
https://wolfbot.org
GNU Affero General Public License v3.0
710 stars 215 forks source link

installation issues #17

Closed gitgitgat-zz closed 5 years ago

gitgitgat-zz commented 5 years ago

this happens with 'yarn install' (I am in the wolfbot directory):

yarn install v1.16.0 util.js:220 throw new ERR_OUT_OF_RANGE('err', 'a negative integer', err); ^

RangeError [ERR_OUT_OF_RANGE]: The value of "err" is out of range. It must be a negative integer. Received 536870212 at Object.getSystemErrorName (util.js:220:11) at exceptionWithHostPort (internal/errors.js:459:21) at internalConnect (net.js:833:16) at defaultTriggerAsyncIdScope (internal/async_hooks.js:288:20) at emitLookup (net.js:976:9) at /usr/local/Cellar/yarn/1.16.0/libexec/lib/cli.js:106745:29 at /usr/local/Cellar/yarn/1.16.0/libexec/lib/cli.js:106591:25 at RawTask.module.exports.RawTask.call (/usr/local/Cellar/yarn/1.16.0/libexec/lib/cli.js:82961:19) at flush (/usr/local/Cellar/yarn/1.16.0/libexec/lib/cli.js:83043:29) at processTicksAndRejections (internal/process/task_queues.js:82:9)

gitgitgat-zz commented 5 years ago

the problem is in osx Mojave, in linux it appears to be running ok, would still like to fix it for osx

gitgitgat-zz commented 5 years ago

but in linux, in step 3/4, part 5/6 the following error pops up:

error /home/name/Github/WolfBot/node_modules/talib: Command failed. Exit code: 1

Ekliptor commented 5 years ago

I can't reproduce any of your errors (without more information about the versions you are using). And they are not from WolfBot.

The first error seems to be a yarn issue and the 2nd one is definitely talib issue. Please refer to their issue trackers first.