Not able to create a new site in local wp

What issue or error are you experiencing?

i am getting this error !
Error: Error: spawn Unknown system error -86
at ChildProcess.spawn (node:internal/child_process:414:11)
at spawn (node:child_process:776:9)
at execFile (node:child_process:351:17)
at t. (node:electron/js2c/node_init:2:2610)
at /Volumes/Install Local/Local.app/Contents/Resources/app.asar/main/_helpers/execFilePromise.js:1:583
at new Promise ()
at Object. (/Volumes/Install Local/Local.app/Contents/Resources/app.asar/main/_helpers/execFilePromise.js:1:534)
at Generator.next ()
at /Volumes/Install Local/Local.app/Contents/Resources/app.asar/main/_helpers/execFilePromise.js:1:330
at new Promise ()

What steps can be taken to replicate the issue? Feel free to include screenshots, videos, etc


System Details

  • Local Version: 9.0.5-mac-arm-64

  • Operating System (OS) and OS version:
    mac os as i am using macbook m3 air


Local Logs

Attach your Local Logs here (Help Doc - Retrieving Local’s Log)


Security Reminder
Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there’s always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn’t private info like passwords being displayed.

Sorry you ran into this, @pawan.

Local currently requires Rosetta to work on Apple Silicon chips. Install it from the Terminal like this:

softwareupdate --install-rosetta --agree-to-license

Then restart Local and create a new site.

We’re making progress on a fully Apple Silicon native version of Local, outlined here.

1 Like