Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devbox add wrangler stuck on "fixupPhase" #2542

Open
FilippoVicini opened this issue Feb 28, 2025 · 0 comments
Open

devbox add wrangler stuck on "fixupPhase" #2542

FilippoVicini opened this issue Feb 28, 2025 · 0 comments
Labels
bug Something isn't working triage Issue needs triage

Comments

@FilippoVicini
Copy link

What happened?

When running devbox add wrangler, the installation process gets stuck on the "fixup phase" and does not progress. I have:

  • Waited for hours with no completion.
  • Tried on multiple laptops, ruling out machine-specific issues.
  • Verified that other packages install correctly

Steps to reproduce

  1. Install Devbox (latest version).
  2. Run devbox add wrangler.
  3. Observe that the process hangs indefinitely at the "fixupphase."

Command

No response

devbox.json

{
  "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
  "packages": [
    "adr-tools@latest",
    "git@latest",
    "bun@latest"
  ],
  "shell": {
    "init_hook": [
      "echo 'Welcome to devbox!' > /dev/null"
    ],
    "scripts": {
      "test": [
        "echo \"Error: no test specified\" && exit 1"
      ]
    }
  }
}

Devbox version

0.13.4

Nix version

2.24.9

What system does this bug occur on?

macOS (Intel)

Debug logs

No response

@FilippoVicini FilippoVicini added bug Something isn't working triage Issue needs triage labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Issue needs triage
Development

No branches or pull requests

1 participant