Open jywarren opened 9 years ago
Dane responded and thinks it's likely that this resulted from our running the command as root, which is how it's set up on Open Pipe Kit.
npm does not work correctly when run as root unless you also pass
--unsafe-perm
npm/npm#3497.
@rjsteinert this will probably be relevant to any OPK driver that uses node-serialport.
https://gist.github.com/jywarren/c877dc744c7e342bd025
Tracking this here: https://github.com/voodootikigod/node-serialport/issues/535#issuecomment-109098152