ardatan / graphql-mesh

πŸ•ΈοΈ GraphQL Federation Framework for any API services such as REST, OpenAPI, Swagger, SOAP, gRPC and more...
https://the-guild.dev/graphql/mesh
MIT License
3.25k stars 331 forks source link

Bun install fails #5964

Open doloboyz opened 12 months ago

doloboyz commented 12 months ago

Describe the bug

Bun installs of graphql-mesh fail with the following error:

bun add @graphql-mesh/cli
bun add v1.0.1 (31aec4eb)
  πŸ” @tsconfig/node14 [322/379]
erro
on-commas [583/624]  [413/462]
error: "git clone" for "uWebSockets.js" failed

error: "git clone" for "uWebSockets.js" failed

To Reproduce Steps to reproduce the behavior:

Make sure to have bun installed and run the following command in the terminal:

bun add @graphql-mesh/cli or bun install @graphql-mesh/cli

Expected behavior

Environment:

Additional context

ardatan commented 11 months ago

See https://github.com/oven-sh/bun/issues/5870