askmike / gekko

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

Unable to import data #2847

Closed shashrvacai closed 4 years ago

shashrvacai commented 5 years ago

Hi, I managed to install and start Gekko. I was working fine, till one day the Ui of Gekko did not show the importer properly (attached image)

Screen Shot 2019-09-14 at 6 03 05 PM

I tried to reinstall .. so I removed Gekko and re-did the process. the terminal would hang when I would try to install the broker dependencies .(attached image)

Screen Shot 2019-09-14 at 6 01 57 PM

any suggestions?

warfx2 commented 5 years ago

I managed to make mine work by installing lodash 2.0 ... npm install lodash@2.x

ardialamwijaya commented 5 years ago

any update for this issue? i did the npm install lodash but still nothing for me

IAMtheIAM commented 5 years ago

I suggest you go to package.json and remove all ^ and any "~" if they are there, so this ensures you use a FIXED version of the packages listed. Otherwise, it will take a newer version as they are released and it can break many things. ta-lib for example doesn't work on the new minor version released, so removing the ^ fixes that.

hesa2020 commented 4 years ago

I am having the same issue and tried the aboves suggestions.

Edit: This fixed it for me: https://github.com/askmike/gekko/issues/2835#issuecomment-523138722

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