-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no commit matching "semver:^20" found for "uWebSockets.js" (but repository exists) #10526
Comments
NOTE: We (Frens.lol) are trying to use Bun in production.This issue (#10526) is the first critical blocker on the bundling side. We had to switch from Bun runtime in production to ts-node + express for a different issue a little while ago. I've been gradually trying to move back to bun runtime in production, but it hasn't been a priority. I'll try to file a ticket for the production runtime problem soon |
Same happens for me on github actions |
Any updates on this? Cant use GrapgQL-Mesh from The Guild because uNetworking/uWebSockets.js is a peer dependency and can't be installed... bun install uNetworking/uWebSockets.js logs:
|
Duplicate of #5870 |
This is being tracked in #5870 Please follow along there. In the meantime, if you avoid the For example: {
// ...
"dependencies": {
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.44.0"
}
} |
What version of Bun is running?
1.1.4+fbe2fe0c3
1.1.5
What platform is your computer?
Darwin 23.4.0 arm64 arm
What steps can reproduce the bug?
Trying to use bun as a package manager.
https://github.com/ardatan/graphql-mesh/blob/4aef4ff9b0e9c489e1fd906464fdbe107ca19e43/packages/serve-cli/package.json#L58
What is the expected behavior?
install uWebSockets.js "uNetworking/uWebSockets.js#semver:^20"
What do you see instead?
error: InstallFailed
Additional information
But when I add that to
resolutions
, it fails againThe text was updated successfully, but these errors were encountered: