xtuc / webassemblyjs

Toolchain for WebAssembly
https://webassembly.js.org
MIT License
779 stars 90 forks source link

error Couldn't find any versions for "@webassemblyjs/helper-numbers" that matches "1.11.3" #1132

Closed coderaiser closed 1 year ago

coderaiser commented 2 years ago

Cannot install webassemblyjs

error Couldn't find any versions for "@webassemblyjs/helper-numbers" that matches "1.11.3"
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: Couldn't find any versions for "@webassemblyjs/helper-api-error" that matches "1.[11](https://github.com/coderaiser/putout/runs/7171211450?check_suite_focus=true#step:5:12).3"
    at MessageError.ExtendableBuiltin (/usr/local/lib/node_modules/yarn/lib/cli.js:721:66)

https://github.com/coderaiser/putout/runs/7171211450?check_suite_focus=true

andersk commented 2 years ago

5fd2425602b752576bbe8089c343d5d70ebc861c bumped many versions to 1.11.4 but left the corresponding dependencies stuck at 1.11.3. Some kind of Lerna accident?

coderaiser commented 2 years ago

There is no such version as @webassemblyjs/helper-numbers@1.11.3 in https://www.npmjs.com/package/@webassemblyjs/helper-numbers

image

So it's unpublished, or there was never such a version 🤷‍♂️

bpowers commented 2 years ago

cc @xtuc -- I ran into this while trying to bump WebPack's webassemblyjs/* dependencies to pull in https://github.com/xtuc/webassemblyjs/pull/1117 . I imagine the thing to do is to either hit release on the rest of the modules for 1.11.4, or bump the version to 1.11.5 and try to bump everything.

xtuc commented 2 years ago

I upgraded lerna to support npm OTP but looks like they don't support the flags: --force-publish --exact anymore :confused:

hsjobeki commented 2 years ago

cc @xtuc -- I ran into this while trying to bump WebPack's webassemblyjs/* dependencies to pull in #1117 . I imagine the thing to do is to either hit release on the rest of the modules for 1.11.4, or bump the version to 1.11.5 and try to bump everything.

Could this be solved ?

many depending toolchains broke on your changes. @xtuc

kortin99 commented 2 years ago

same issue, can't install my project dependencies now : )

RobLoach commented 2 years ago

Same with https://www.npmjs.com/package/@webassemblyjs/helper-api-error .

xtuc commented 1 year ago

I manually published version 1.11.5 which should fix this issue. Can you please confirm it's working on your side?