webassemblyjs icon indicating copy to clipboard operation
webassemblyjs copied to clipboard

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

Open coderaiser opened this issue 2 years ago • 7 comments

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

coderaiser avatar Jul 03 '22 20:07 coderaiser

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

andersk avatar Jul 04 '22 20:07 andersk

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

image

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

coderaiser avatar Jul 04 '22 20:07 coderaiser

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.

bpowers avatar Jul 14 '22 20:07 bpowers

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

xtuc avatar Jul 19 '22 22:07 xtuc

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

hsjobeki avatar Jul 21 '22 09:07 hsjobeki

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

kortin99 avatar Aug 10 '22 07:08 kortin99

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

RobLoach avatar Aug 30 '22 03:08 RobLoach

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

xtuc avatar Apr 16 '23 07:04 xtuc