Skip to content

Bun command not found during ./setup #147

@dreamwing

Description

@dreamwing

When running the ./setup script, the execution fails with the following error:

./setup: line 32: bun: command not found

It seems that bun is a required dependency but is not automatically installed or checked by the script.

Users need to manually install bun to proceed. The recommended installation method is:

curl -fsSL https://bun.sh/install | bash

Could you please add a check for bun in the setup script or include it in the documentation? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions