Mac CLI installs but doesn't work

Hi,

On Mac 11.5.2, I used the command

bash <( curl -sL https://particle.io/install-cli )

and get

:::: Installing the Particle CLI for darwin to "/Users/ewilhelm/bin/particle"

Traceback (most recent call last):

File "<string>", line 1, in <module>

KeyError: 'arm'

gunzip: (stdin): unexpected end of file

:::: Done!

:::: Installing dependencies

:::: The Particle CLI uses dfu-util. Install it for your OS

:::: Done!

:::: Success!

:::: The Particle CLI has been installed to: "/Users/ewilhelm/bin"

:::: Your "/Users/ewilhelm/.zprofile" file has been updated to properly set $PATH

:::: If you previously installed the CLI with npm, run "npm uninstall -g particle-cli"

************************************************************************

** YOU MUST CLOSE AND REOPEN YOUR TERMINAL BEFORE CHANGES TAKE EFFECT **

************************************************************************

I close and reopen terminal (I even tried restarting), but when I type in Terminal

particle
particle login
particle token create

I get no response, just a new line in Terminal.

What is my next step?

Thanks,

Eric

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.