Skip to content

[Bug]: Unable to run devbox shell #1661

Open
@PerttyZhan

Description

@PerttyZhan

Current Behavior (bug)
Run devbox shell is failing, wating for long time, finally report an error

Expected Behavior (fix)
Run devbox shell success

Additional context
devbox version -v

Version:     0.8.2
Platform:    darwin_arm64
Commit:      33ea788cb4dbf6958208669c9e4df9c1e858ad2c
Commit Time: 2023-11-15T00:23:52Z
Go Version:  go1.21.3
Launcher:    0.2.0

devbox.json`

{
  "packages": [
    "nodejs@latest",
    "yarn@latest"
  ],
  "shell": {
    "init_hook": [
      "echo 'Welcome to devbox!' > /dev/null"
    ],
    "scripts": {
      "test": [
        "echo \"Error: no test specified\" && exit 1"
      ]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    aarch64aarch64 (or arm64) systemsbugSomething isn't workingdarwinmacOS systems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions