-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
I noticed in the changelog that Linux support was added via Xvfb. On my late-model Apple Silicon mac, I can no longer run the server via npx:
npx -y @automatalabs/mcp-server-playwright=>
Error: spawn Xvfb ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:286:19)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess._handle.onexit (node:internal/child_process:292:12)
at onErrorNT (node:internal/child_process:484:16)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn Xvfb',
path: 'Xvfb',
spawnargs: [ ':99' ]
}
Node.js v23.6.0Metadata
Metadata
Assignees
Labels
No labels