Spawn unknown system error -86; node:internal/errors:464 – Puppeteer issue?
PapiPeppers opened this issue · 4 comments
Environment
- Operating System:
node --version
: 16.13.2npm --version
: (pnpm) latestpercollate --version
: 2.2.0
Description
Ran into this error for the first time yesterday, seems to be internal to node or possibly puppeteer version 10.4.0. Attached file containing command and error message output and image of same info.
Thanks for the report. Poking around GitHub it sounds like the error may be related to running Puppeteer on an Apple M1 chip:
Have you recently migrated to an M1 machine, or enabled/disabled Rosetta for running Intel-based apps?
No recent changes. I've been using percollate daily on an m1 mini for months now. I'll double check Rosetta.
You were right. It was a rosetta issue – I needed to reinstall rosetta, might have been my own error or recent beta update that removed rosetta. Everything works as expected now. Thanks!
Glad to hear everything is in order!