We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/packages/serve/package.json
Line 25 in f70f8b0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
See pnpm output when installing 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/packages/serve/package.json
Line 25 in f70f8b0
The text was updated successfully, but these errors were encountered: