ardatan / graphql-mesh

πŸ•ΈοΈ GraphQL Federation Framework for any API services such as REST, OpenAPI, Swagger, SOAP, gRPC and more...

Home Page:https://the-guild.dev/graphql/mesh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bun - πŸ” Resolving [1/1] error: no commit matching "semver:^20" found for "uWebSockets.js" (but repository exists)

amanape opened this issue Β· comments

Issue workflow progress

Progress of the issue based on the
Contributor Workflow

  • 1. The issue provides a reproduction available on
    CodeSandbox

Make sure to fork this template and run bun add @graphql-mesh/cli graphql in the terminal.

  • 2. A failing test has been provided - N/A
  • 3. A local solution has been provided - N/A
  • 4. A pull request is pending review - N/A

Describe the bug

Attempting to do the first steps to install @graphql-mesh/cli with graphql results in an error:
Local CLI: πŸ” Resolving [1/1] error: no commit matching "semver:^20" found for "uWebSockets.js" (but repository exists)
CodeSandbox: error: "git clone" for "uWebSockets.js" failed

To Reproduce Steps to reproduce the behavior:

  1. Run bun init <dir> to initialise Bun environment
  2. Follow GraphQL Mesh installation steps by installing dependencies with bun add @graphql-mesh/cli graphql.
  3. Terminal error

CodeSandbox

Expected behavior

No terminal errors during installation

Environment:

  • OS: macOS Sonoma 14.2.1 - M1
  • @graphql-mesh/...: latest
  • Bun: 1.0.25

Additional context

Similar to #5964