Skip to content

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. #992

@PierrunoYT

Description

@PierrunoYT

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):

  • Model:
  • Agent:

Commands I ran to install and run OpenDevin:

make build
make run

Steps to Reproduce

  1. Run make build to build the OpenDevin application
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions