Skip to content
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

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

Closed
coderaiser opened this issue Jul 3, 2022 · 8 comments

Comments

@coderaiser
Copy link

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
Copy link

andersk commented Jul 4, 2022

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

@coderaiser
Copy link
Author

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
Copy link
Contributor

bpowers commented Jul 14, 2022

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.

@xtuc
Copy link
Owner

xtuc commented Jul 19, 2022

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

@hsjobeki
Copy link

hsjobeki commented Jul 21, 2022

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
Copy link

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

@RobLoach
Copy link

@xtuc
Copy link
Owner

xtuc commented Apr 16, 2023

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

@xtuc xtuc closed this as completed Apr 16, 2023
xtuc added a commit that referenced this issue Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants