If I try to install the blake3 npm package with npm i blake3, I just get this error message:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for blake3-wasm@2.1.7.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
If I instead try npm i blake3-wasm, I instead get:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @c4312/blake3-internal@2.1.7.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
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?
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?