You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running my node 20 application I face the error of
TypeError [ERR_INVALID_ARG_TYPE]: The "code" argument must be of type number. Received type string ('128SIGINT')
at process.set [as exitCode] (node:internal/bootstrap/node:123:9)
at ChildProcess.<anonymous> (/usr/lib/node_modules/nyc/node_modules/foreground-child/index.js:63:22)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
code: 'ERR_INVALID_ARG_TYPE'
}
Steps to reproduce
This is a foreground-child lib issue which is a part of NYC.
Is there an existing issue for this?
Current behavior
Steps to reproduce
foreground-child
lib issue which is a part of NYC.--skip-coverage=true
to avoid this issue.Environment
None
Version
Cloud
Repository
keploy
The text was updated successfully, but these errors were encountered: