-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
[yarn upgrade] unmet peer dependency "webpack@^5.0.0" #1145
Comments
See #1142 |
Thanks @Kocal, should I close this? |
Until the PR is not merged, I don't think so |
@Kocal do you think that PR will resolve this? If so, does it require changing something in my |
Yeah it will resolves the issue since you will be required to install webpack by yourself (and so update your package.json) |
Can be closed since Encore v4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
doing
yarn add webpack@^5.0.0
resolved those warnings but produces a new warning during encore build:Is this something to be concerned about or to address?
The text was updated successfully, but these errors were encountered: