-
Notifications
You must be signed in to change notification settings - Fork 821
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
chore: downgrade karma-webpack #2234
Conversation
On MacOS the most recent version of karma-webpack is broken
Codecov Report
@@ Coverage Diff @@
## main #2234 +/- ##
=======================================
Coverage 92.23% 92.23%
=======================================
Files 143 143
Lines 5154 5154
Branches 1060 1060
=======================================
Hits 4754 4754
Misses 400 400 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR does fix the error on my OSX. This does unfortunately revert a fix for #2093 but it works on older Node/NPM version. Never mind, user error!
@obecny lmk if this works for you or if you have an objection to the downgrade |
I have already downgraded this on contrib but it was upgraded later too. I'm happy to keep ver 4. as then can debug locally easier |
Added to renovate ignore so it won't be automatically upgraded again |
On MacOS the most recent version of karma-webpack is broken
Fixes #2231