OpenDevin icon indicating copy to clipboard operation
OpenDevin copied to clipboard

[Bug]: Can't install nodejs

Open xplorer990 opened this issue 1 month ago • 6 comments

Is there an existing issue for the same bug?

  • [X] I have checked the troubleshooting document at https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting
  • [X] I have checked the existing issues.

Describe the bug

despite node and npm being installed opendevin says npm is not installed and when it tries to install it nothing happens

Current Version

opendevin:0.5 WSL2 Ubuntu 22.04

Installation and Configuration

enli@LY5:~/4/OpenDevin$ export WORKSPACE_BASE=$(pwd)/workspace;
enli@LY5:~/4/OpenDevin$ docker run \
    --pull=always \
    -e SANDBOX_USER_ID=$(id -u) \
    -e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \
    -v $WORKSPACE_BASE:/opt/workspace_base \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -p 3000:3000 \
    --add-host host.docker.internal=host-gateway \
    ghcr.io/opendevin/opendevin:0.5

Model and Agent

Model: gpt-4-turbo-2024-04-09 Agent: CodeActAgent

Reproduction Steps

No response

Logs, Errors, Screenshots, and Additional Context

image image image

xplorer990 avatar May 14 '24 07:05 xplorer990