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!
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!