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

Issue installing skott@0.32.1 with pnpm #141

Closed
jgoux opened this issue Jan 31, 2024 · 2 comments
Closed

Issue installing skott@0.32.1 with pnpm #141

jgoux opened this issue Jan 31, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jgoux
Copy link

jgoux commented Jan 31, 2024

Summary

I can't install skott@0.32.1 with pnpm, it seems that it is now depending on skott-webapp@^2.1.1 but this version doesn't exist which makes pnpm unhappy:

 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for skott-webapp@^2.1.1

This error happened while installing the dependencies of skott@0.32.1

The latest release of skott-webapp is "2.1.0".

If you need the full list of all 15 published versions run "$ pnpm view skott-webapp versions".

It seems that you publish Github Action failed half way: https://github.com/antoine-coulon/skott/actions/runs/7716115674/job/21032188649#step:8:63 😅

Reproduction steps

pnpm install skott@0.32.1

Expected result:

Actual result:

Details

Standard questions

Please answer these questions to help us investigate your issue more quickly:

Question Answer
skott installed version?
Operating system?
Would you consider contributing a PR?
Node.js version (node -v)?
@jgoux jgoux added the bug Something isn't working label Jan 31, 2024
@antoine-coulon
Copy link
Owner

Hello @jgoux thanks for the heads up.

I just restarted the CI job and it should have fixed it but publishing the missing packages.

It seems that the release CI job failed for some reason and because changesets does not do atomic releases, dependents packages of skott (webapp and fs-tree-structure) were not published after skott's was published with its manifest updated.

I'll try to see how we could prevent that weird case from happening when multiple monorepo packages are published at once.

Thanks for reporting the issue!

@antoine-coulon
Copy link
Owner

@jgoux FYI this is the job https://github.com/antoine-coulon/skott/actions/runs/7716115674/attempts/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants