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

6.0.0 requires itself 5.x.x as a peer #4354

Closed
s-h-a-d-o-w opened this issue Dec 19, 2024 · 0 comments · Fixed by #4356
Closed

6.0.0 requires itself 5.x.x as a peer #4354

s-h-a-d-o-w opened this issue Dec 19, 2024 · 0 comments · Fixed by #4356
Labels

Comments

@s-h-a-d-o-w
Copy link

Describe the bug

See pnpm output when installing 6.0.0:

 WARN  Issues with peer dependencies found
.
└─┬ webpack-cli 6.0.0
  ├─┬ @webpack-cli/configtest 3.0.0
  │ └── ✕ unmet peer [email protected]: found 6.0.0
  ├─┬ @webpack-cli/info 3.0.0
  │ └── ✕ unmet peer [email protected]: found 6.0.0
  └─┬ @webpack-cli/serve 3.0.0
    └── ✕ unmet peer [email protected]: found 6.0.0

To Reproduce

Install 6.0.0

Expected behavior

cli should not require itself at a lower version.

Additional context

For example:

"webpack-cli": "5.x.x"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant