0

I'm trying to run rush lint fix (to run the linting on the code), and I get the following error:

node:internal/child_process:413
    throw errnoException(err, 'spawn');
    ^

Error: spawn Unknown system error -86
    at ChildProcess.spawn (node:internal/child_process:413:11)
    at spawn (node:child_process:700:9)
    at /Users/wscott/dev/hz/common/temp/node_modules/.pnpm/clang-format@1.5.0/node_modules/clang-format/index.js:91:42
    at /Users/wscott/dev/hz/common/temp/node_modules/.pnpm/async@3.2.2/node_modules/async/dist/async.js:3641:28
    at replenish (/Users/wscott/dev/hz/common/temp/node_modules/.pnpm/async@3.2.2/node_modules/async/dist/async.js:446:21)
    at /Users/wscott/dev/hz/common/temp/node_modules/.pnpm/async@3.2.2/node_modules/async/dist/async.js:451:13
    at eachOfLimit$1 (/Users/wscott/dev/hz/common/temp/node_modules/.pnpm/async@3.2.2/node_modules/async/dist/async.js:477:34)
    at awaitable (/Users/wscott/dev/hz/common/temp/node_modules/.pnpm/async@3.2.2/node_modules/async/dist/async.js:211:32)
    at eachOfSeries (/Users/wscott/dev/hz/common/temp/node_modules/.pnpm/async@3.2.2/node_modules/async/dist/async.js:813:16)
    at awaitable (/Users/wscott/dev/hz/common/temp/node_modules/.pnpm/async@3.2.2/node_modules/async/dist/async.js:211:32) {
  errno: -86,
  code: 'Unknown system error -86',
  syscall: 'spawn'
}

Does anyone know what the problem is?

Chris Hansen
  • 7,813
  • 15
  • 81
  • 165

0 Answers0