You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
CodeSandbox
Describe the bug
Attempting to do the first steps to install
@graphql-mesh/cli
withgraphql
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:
bun init <dir>
to initialise Bun environmentbun add @graphql-mesh/cli graphql
.CodeSandbox
Expected behavior
No terminal errors during installation
Environment:
@graphql-mesh/...
: latestAdditional context
The text was updated successfully, but these errors were encountered: