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
$ npm run test
TypeError [ERR_INVALID_ARG_TYPE]:
The "path" argument must be of type string. Received undefined
at join (node:path:460:7)
at C:\Users\Admin\AppData\Roaming\npm\node_modules\0x\index.js:90:27 {
code: 'ERR_INVALID_ARG_TYPE'
}
node:internal/bootstrap/node:123
validateInteger(value, 'code');
^
TypeError [ERR_INVALID_ARG_TYPE]: The "code" argument must be of type number. Received type string ('ERR_INVALID_ARG_TYPE')
at process.set [as exitCode] (node:internal/bootstrap/node:123:9)
at process.exit (node:internal/process/per_thread:178:24)
at C:\Users\Admin\AppData\Roaming\npm\node_modules\0x\cmd.js:26:13 {
code: 'ERR_INVALID_ARG_TYPE'
}
The root of the problem is here: args.pid is undefined
I followed the documentation to add the command
Bug I got a unexpected error
The root of the problem is here:
args.pid
is undefined0x/index.js
Lines 87 to 92 in de66f0b
The text was updated successfully, but these errors were encountered: