When I run:
bash <( curl -sL https://particle.io/install-cli )
I get the following error.
bash: /dev/fd/63: No such file or directory
robotics3@robotics3-LifeBook-S6510:~$ (23) Failed writing body
I am running Ubuntu 17.10 (LXDE)
I tried directly installing npm and particle-cli and everything works till I actually run particle setup and then I get a variety of errors including a hang when installing plugins. If possible, I would like to solve the initial problem of getting the curl install to work.
Thanks!