xcodebuild
xcodebuild
> can you pls pull the new main and try? The main branch has already switched to poetry, it seems this PR is no longer necessary, I'll close it for...
Should be fixed with the latest code
Using fifo is to allow `make run` to display the logs of backend and frontend at the same time. If Windows doesn't support it, there don't seem to be any...
> `Error: connect ECONNREFUSED 127.0.0.1:3000` Looks like you forget to start the backend or mock server at `3000`
> have a question though, do I have to start the back end separately? If so, where can I have a nohup added? @lijom80 You don't need to, now `make...
Backend always take some time to start, it there any output logs from backend?
> My services are running as well. I realised after reboot the node, and running backend again, it installed few more components. Also, the new make run does not run...
The latest code can already see gemini, https://github.com/OpenDevin/OpenDevin/pull/641 accidentally fixed the problem LOL.
`pnpm` is a good idea, but I encountered some problems while trying to test this PR. Steps: - `git clone https://github.com/94mashiro/OpenDevin.git -b feat/pnpm` - `cd OpenDevin` - `make build` Got...
Works well in `node 18`, should we consider adding a check to provide a more explicit prompt?