We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f145f2c commit 67b2b1cCopy full SHA for 67b2b1c
packages/cmake-rn/src/cli.ts
@@ -25,7 +25,7 @@ import { Platform } from "./platforms/types.js";
25
import { getCcachePath } from "./ccache.js";
26
27
// We're attaching a lot of listeners when spawning in parallel
28
-EventEmitter.defaultMaxListeners = 100;
+EventEmitter.defaultMaxListeners = 500;
29
30
const verboseOption = new Option(
31
"--verbose",
0 commit comments