uNetworking/uWebSockets.js

Bun install fails

doloboyz opened this issue · 5 comments

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

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

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.