I get this relatively often in CI these last days: ```Execution failed for task ':module:kotlinNpmIn...
m
I get this relatively often in CI these last days:
Copy code
Execution failed for task ':module:kotlinNpmInstall'.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
> Process 'Resolving NPM dependencies using yarn' returns 137
Anyone else noticing this? Any way to mitigate?
👀 1
b
I've noticed this too after upgrading to 1.5.31. seems random, though.
👀 1
m
Looks like this is an OOM issue.
👍 1
It's passing now. If it happens again, I'll run
kotlinNpmInstall
in a separate Gradle invocation