Skip to content
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

Bun install fails #966

Closed
doloboyz opened this issue Sep 13, 2023 · 5 comments
Closed

Bun install fails #966

doloboyz opened this issue Sep 13, 2023 · 5 comments

Comments

@doloboyz
Copy link

When attempting to install uWebSockets.js with the command provided in the README, install fails. The following is the output of running the command:

bun install uNetworking/uWebSockets.js#v20.31.0
zsh: no matches found: uNetworking/uWebSockets.js#v20.31.0

The same command without version specification results in the following output:

 bun install uNetworking/uWebSockets.js
bun add v1.0.1 (31aec4eb)
  🚚 uNetworking/uWebSockets.js [2/2] error: InstallFailed extracting tarball for uNetworking/uWebSockets.

error: "package.json" for "uNetworking/uWebSockets.js" failed to open: FileNotFound
@Jarred-Sumner
Copy link

This is a bug in Bun, not in uWebSockets - please file an issue in Bun's repository

@doloboyz
Copy link
Author

This is a bug in Bun, not in uWebSockets - please file an issue in Bun's repository

Sorry just saw this. I'll recreate the issue in the Bun repo.

@just-maik
Copy link

According to oven-sh/bun#5870 this occurs because this repository does not provide a package.json file.

@uNetworkingAB
Copy link
Contributor

This repository does provide a package.json. The issue is that you've skipped the readme where you have extensive info on installation. You're referencing an issue in which the person have just fine whatever he thought. Read the readme

@uNetworkingAB
Copy link
Contributor

Autocorrect is shit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants