Closed shashrvacai closed 4 years ago
I managed to make mine work by installing lodash 2.0 ... npm install lodash@2.x
any update for this issue? i did the npm install lodash but still nothing for me
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.
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
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
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)
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)
any suggestions?