please be more detailed in the README because "yarn install" doesn't work for me after cloning (linux)
Yes, the readme need to be a lot more precise. Did you have yarn installed on your machine ?
reply
❯ yarn install 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
this error message doesn t make sense since yarn is installed and i am in the cloned ottr directory
reply
Interesting, quick search on the net seems to point out that your yarn installation may be corrupt, I'll check this out on my side to see if I can reproduce it. Alternatively, did you tried "npm install" ? This will probably leads to some errors since the project use yarn (like patch section)
reply
npm install gives integrity errors
reply