-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
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:
:::: Installing the Particle CLI for darwin to "/Users/.../bin/particle"
Traceback (most recent call last):
File "<string>", line 1, in <module>
KeyError: 'arm'
gunzip: (stdin): unexpected end of file
Expected result
Install should proceed.
Actual result
Install fails with above traceback.
Environment
Tell us about your setup:
- OS: Mac OS 11.3 with M1 Chip
- Node (run
node -v): v16.1.0 - NPM (run
npm -v): 7.11.2 - Particle CLI (run
particle version):
Metadata
Metadata
Assignees
Labels
No labels