Skip to content

Missing step in local setup instructions for bun users without global installation #2483

@SIVALANAGASHANKARNIVAS

Description

@SIVALANAGASHANKARNIVAS

While following the setup instructions in the README, users who don’t have bun installed globally may encounter an error when running bun install or bun dev.

Steps to reproduce:

Clone the repository:
git clone https://github.com/goodfirstissue/goodfirstissue.git
cd goodfirstissue
Try running:bun install
If bun is not globally installed, the command fails with an error:
bash: bun: command not found
Expected behavior:
The setup instructions should clearly mention that users need to install Bun before running the commands.

Proposed fix:
In the “Setting up the project locally” section of the README, add a note before the bun install step:

Note: Make sure you have Bun

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions