-
Notifications
You must be signed in to change notification settings - Fork 21
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
Can't install any of the blake3 packages via npm #50
Comments
|
Current workaround I found is to use overrides in package.json:
There are alternatives for other package managers |
surprised this still hasn't been fixed. is this project still being maintained or do i need to fork it? |
I used this package instead, https://www.npmjs.com/package/hash-wasm |
Yes, you need to fork it. And make sure it works fine. |
If I try to install the blake3 npm package with
npm i blake3
, I just get this error message:If I instead try
npm i blake3-wasm
, I instead get:I don't know why it's trying to install version 2.1.7 of the dependencies, when as far as I can tell the latest versions of all of these packages on npm is 3.0.0, but in any case it doesn't work and I seemingly have no way to be able to use these at the moment.
Is there some way to actually install these?
The text was updated successfully, but these errors were encountered: