-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
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
Need to override nth-check to 2.0.1 #13228
Conversation
Forgot about it, but why don't package-lock.json be hidden instead? |
Hidden? You mean ignored? No it is best practice to update and commit your package-lock.json when you update your package.json to create a consistent and reproducible tree for your node modules. |
Workflow fails for some reason |
Seems like some workbox-webpack-plugin dependencies got depreciated |
@babel/babel ended support for NodeJS 14 |
Modifying what exactly? |
Hi @dave9123 sorry I don't understand but why did you close this PR? This is a valid fix right? |
Nope, another issue with postcss |
Gotta do both nth-check and postcss |
Fixes #11174, #13186, #13227 thanks to #12132 (comment) by @GlennVialli and @FernandoPerezLara
When running
npm audit
, this message shows:And after modifying it to version 8.0.1, it shows: