Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: spawn Unknown system error -86 #8

Open
jcs090218 opened this issue Jun 12, 2023 · 4 comments
Open

Error: spawn Unknown system error -86 #8

jcs090218 opened this issue Jun 12, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@jcs090218
Copy link
Member

There is an error in the CI (https://github.com/lem-project/setup-lem/actions/runs/5238605627/jobs/9457658909#step:3:119):

/Users/runner/lem-v2.0.0/lem.app/Contents/MacOS/lem --version
node:internal/errors:465
    ErrorCaptureStackTrace(err);
    ^

Error: spawn Unknown system error -86
    at ChildProcess.spawn (node:internal/child_process:413:11)
    at Object.spawn (node:child_process:700:9)
    at ToolRunner.<anonymous> (/Users/runner/work/setup-lem/setup-lem/dist/index.js:1428:34)
    at Generator.next (<anonymous>)
    at /Users/runner/work/setup-lem/setup-lem/dist/index.js:1042:71
    at new Promise (<anonymous>)
    at __webpack_modules__.159.__awaiter (/Users/runner/work/setup-lem/setup-lem/dist/index.js:1038:12)
    at /Users/runner/work/setup-lem/setup-lem/dist/index.js:1410:53
    at new Promise (<anonymous>)
    at ToolRunner.<anonymous> (/Users/runner/work/setup-lem/setup-lem/dist/index.js:1410:20) {
  errno: -86,
  code: 'Unknown system error -86',
  syscall: 'spawn'
}

Reference puppeteer/puppeteer#9142 (comment).

What's the CPU architecture in macOS? 🤔

cc @cxxxr

@jcs090218 jcs090218 added the bug Something isn't working label Jun 12, 2023
@cxxxr
Copy link
Member

cxxxr commented Jun 12, 2023

What's the CPU architecture in macOS? 🤔

I assume apple silicon.

@jcs090218
Copy link
Member Author

I assume apple silicon.

That make sense since GHA uses x86. Do you plan to support different architectures? 🤔

@cxxxr
Copy link
Member

cxxxr commented Jun 13, 2023

Yes, I would like to include an intel version in the next release!

@jcs090218
Copy link
Member Author

Awesome! Thank you! ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants