-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Disable audit at npm install #15041
Disable audit at npm install #15041
Conversation
5c5bcf6
to
ae54ec9
Compare
ae54ec9
to
6713bf8
Compare
6713bf8
to
a0e8d41
Compare
<%_ if (!skipClient) { _%> | ||
|
||
if (project.hasProperty("nodeInstall")) { | ||
// Workaround node grade plugin not working on apple silicon https://github.com/node-gradle/gradle-node-plugin/issues/154 | ||
OperatingSystem os = org.gradle.nativeplatform.platform.internal.DefaultNativePlatform.getCurrentOperatingSystem(); |
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.
👍
The errors are not related to this PR. Merging since it fixes react and vue. |
A workaround for now is to add |
Workaround npm/cli#2715.
Closes #14934.
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.