Azure / static-web-apps-cli

Azure Static Web Apps CLI ✨

Home Page:https://aka.ms/swa/cli-local-development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deploy command not working on Apple Silicon

alexweininger opened this issue · comments

Using version 1.1.4

Describe the bug

When running swa deploy on my Apple Silicon Macbook I get the following error:

✖ Deployment Failed :(
✖ Deployment Failure Reason: spawn Unknown system error -86

Desktop (please complete the following information):

  • OS: MacOS
  • Version: Ventura 13.5

Additional context

Are there plans for the deploy command to support Apple Silicon based Macbooks?

I'm having the same issue

Same issue here

Same issue here .. there is any workaround or resolution?

Good morning all!

-86 usually means a mismatch between the binary architecture and your system CPU architecture.
I was having the same issue on my M3 and solved it by installing Rosetta.

softwareupdate --install-rosetta

Hope it helps!