connor4312 / blake3

BLAKE3 hashing for JavaScript: native Node bindings (where available) and WebAssembly
https://connor4312.github.io/blake3/index.html
MIT License
177 stars 18 forks source link

npm install blake3@3.0.0 — >> npm ERR! code ETARGET !!! >> npm ERR! notarget No matching version found for blake3-wasm@2.1.7. #54

Closed leonbakadorov closed 1 year ago

leonbakadorov commented 1 year ago

What's wrong?

INPUT:

npm install blake3@3.0.0

OUTPUT:


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.

npm ERR! A complete log of this run can be found in: /Users/.../.npm/_logs/2023-06-07T08_18_27_622Z-debug-0.log


What is this happening?