Skip to content

The issue of certain versions of Bun being unable to be installed on macOS systems. #2

@arfaWong

Description

@arfaWong

Starting from a certain version, the directory structure of the Bun macOS release zip package changed. Specifically, an extra __MACOSX directory appeared at the root level, causing the extraction path during vfox install to differ from the expected structure. As a result, vfox use fails to work properly.
oven-sh/bun#20177

  1. Waiting for the Bun team to fix the directory issue in the release zip package.
  2. Waiting for the vfox team to merge the pull request that fixes the extraction path issue and release a new version.
    feat: Ignore the __MACOSX directory when decompressing version-fox/vfox#479
  3. Manually modify the installation path of Bun, Ensure that the Bun binary is in the correct location as shown in the image below. Then vfox use again.
    Image

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