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

pnpm v9 and @changesets/cli problem #1343

Open
shinokada opened this issue Apr 18, 2024 · 0 comments
Open

pnpm v9 and @changesets/cli problem #1343

shinokada opened this issue Apr 18, 2024 · 0 comments

Comments

@shinokada
Copy link

Affected Packages

pkg:@changesets/cli

Problem

When I install @changesets/cli on svelte@5.0.0-next.108 using pnpm v9, I get the following issues with peer dependencies:

├─┬ vite 5.2.9
│ └── ✕ unmet peer @types/node@"^18.0.0 || >=20.0.0": found 12.20.55
└─┬ vitest 1.5.0
  └── ✕ unmet peer @types/node@"^18.0.0 || >=20.0.0": found 12.20.55
  1. If I change to pnpm v8, I don't have any problems.
  2. If I remove @changesets/cli, the problem disappears.

Proposed solution

Make compatible with pnpm v9.

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

1 participant