danielepolencic/trading-bot

Could not run this repo locally

Opened this issue · 1 comments

Hi :D

Sorry to disturb you, I tried to run this repo locally and have tried

$ docker run -p 6379:6379 -d --name redis --net=forex redis

which got me

docker: Error response from daemon: network forex not found.

I also tried

docker-compose up
ERROR: Network nginx-proxy declared as external, but could not be found. Please create the network manually using `docker network create nginx-proxy` and try again.

and

$ yarn start
SyntaxError: Unexpected token u in JSON at position 0

and

$ yarn build
 Argument of type '(message: RequestEffect | RequestEffect | ApiError | Event<ApiError>) => Promise<Events> | Promis...' is not assignable to parameter of type '(effect: any) => Promise<Events>'.

which all got me some error.


Could you just let me know what dependencies are needed to run this repo? I could try to figure it out myself rely on your info.

Later if I figured it out, I could also help to add more detail to the document(wiki) :D

How did you solve?