askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.08k stars 3.93k forks source link

Cant install on windows #2876

Closed mad-tunes closed 4 years ago

mad-tunes commented 4 years ago

Note: this is the technical bug tracker, please use other platforms for getting support and starting a (non technical) discussion. See the getting help page for details.

I'm submitting a ... [*] bug report [ ] question about the decisions made in the repository

Action taken (what you did) Trying to follow this to install on Windows Server 2019: https://gekko.wizb.it/docs/installation/installing_gekko_on_windows.html #2626 got sqlite3 installed but then running cd exchange npm install --only=production leads to errors about files in gekko\exchange\node_modules.staging missing.

Expected result (what you hoped would happen) No errors, working Gekko

Actual result (unexpected outcome) If I carry on, Gekko will open but doesnt show any exchanges when trying to get their data.

Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc)

2019-12-20T13_27_54_909Z-debug.log

mad-tunes commented 4 years ago

Not sure whether to remove this or add what got it going.. In case it's of use:

Removing this line: "kraken-api": "askmike/npm-kraken-api#a69dfb3eb296b9c795cfa48dd31edcdc1b3d5398", from \exchange\package.json got it going

Thanks @Astrali

Astrali commented 4 years ago

you are welcome @mad-tunes :)

askmike commented 4 years ago

I am unfortunately not maintaining this project anymore. I'm marking the whole repo as read only.

Read more here: https://medium.com/@gekkoplus/archiving-open-source-gekko-dba02e6efc7