Open
Description
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"
]
}
}
}