Particle CLI fails silently on M1-based Mac (macOS 11.2.3)

Got this solved after some fumbling. I had to uninstall using the global flag:

npm uninstall -g particle-cli

and then reinstall with:

npm uninstall -g particle-cli

Very odd behavior. Never seen this before, but hey - it now works!