Bug Description
After running make build and make run commands for the OpenDevin application, an infinite loop occurs due to permission issues while installing npm and Node.js dependencies.
Setup and Configuration
Current Version:
commit b2de79ae0863ed49c67c8121fb1d40249d00c06d (HEAD -> main, origin/main, origin/HEAD)
Author: Leo <ifuryst@gmail.com>
Date: Thu Apr 11 00:10:58 2024 +0800
Feat add toast (#951)
* feat: add agent status bar.
* fix: ws will reconnect after failed in first time.
* update: delete useless codes.
* feat: add toast
My config.toml and environment vars (be sure to redact API keys):
LLM_MODEL="gpt-4-0125-preview"
LLM_API_KEY="XYZ"
WORKSPACE_DIR="./workspace"
My model and agent (you can see these settings in the UI):
Commands I ran to install and run OpenDevin:
Steps to Reproduce
- Run
make build to build the OpenDevin application
- Run
make run to start the application
Logs, Error Messages, and Screenshots
Additional Context
- The issue occurred after running
make build and make run commands for the OpenDevin application.
- An infinite loop was encountered due to permission issues while installing npm and Node.js dependencies.
- The latest commit from April 11, 2024, at 00:10:58 is being used.
- The commit includes features such as adding an agent status bar, fixing WebSocket reconnection issues, deleting useless code, and adding a toast feature.
- The screenshot of the issue is no longer available.
- More information is needed to identify the exact nature of the permission issues and troubleshoot the problem effectively.
Bug Description
After running
make buildandmake runcommands for the OpenDevin application, an infinite loop occurs due to permission issues while installing npm and Node.js dependencies.Setup and Configuration
Current Version:
My config.toml and environment vars (be sure to redact API keys):
My model and agent (you can see these settings in the UI):
Commands I ran to install and run OpenDevin:
Steps to Reproduce
make buildto build the OpenDevin applicationmake runto start the applicationLogs, Error Messages, and Screenshots
Additional Context
make buildandmake runcommands for the OpenDevin application.