-
Notifications
You must be signed in to change notification settings - Fork 92
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
Install fails on Apple M1 processors #611
Comments
That did resolve it. Any plans to have a build for the M1 ? |
yes, in time. we're basically downstream of Node.js (which added support as of
thanks for the offer 🙏 i'd point you at those upstream project(s) as they're far more in need of help than us in some regards. ultimately once our dependencies have full and stable support, we'll need to update to the latest / greatest over here, test, and release. |
Any updates here? I tried installing using rosetta but particle-cli depends on brew and I already have a LARGE brew install of M1 compiled dependencies |
Description
Installer does not recognize the new arm architecture for the Apple M1
Steps to reproduce
When using the bash command line install on an M1 Mac
bash <( curl -sL https://particle.io/install-cli )
get the following traceback:
Expected result
Install should proceed.
Actual result
Install fails with above traceback.
Environment
Tell us about your setup:
node -v
): v16.1.0npm -v
): 7.11.2particle version
):The text was updated successfully, but these errors were encountered: