Closed alexgleason closed 5 years ago
Hi @alexgleason, sorry that you're running into dramas getting avrgirl-arduino installed.
It looks like it's getting stuck building the native dependencies within node-serialport (which avrgirl-arduino relies on for serial communication). Could you please try the following to see if you get the same errors?
sudo npm install -g serialport
Thanks! 🙇
this issue is a little dated now so I'm going to close it, but please feel free to re-open if you're still having issues. Thanks!
Hello! I'm trying to
sudo npm install -g avrgirl-arduino
and running into issues.Node: v9.5.0 npm: 5.6.0 OS: elementary OS 0.4.1 Loki 64-bit (based on Ubuntu 16.04.3 LTS), Linux 4.4.0-112-generic
Here's my full journey:
Any ideas? Thanks!
EDIT: Then I tried:
That last bit repeats infinitely until I kill the process in my terminal.