Eelco
Eelco
Thanks for reaching out. I will definitely consider any PR. Of course I need to do some checks before merging it so I cannot make any promises.
Maybe #309 has some information that might be helpful to you.
Hi, thanks for reaching out. I've heard of scuttlebot and think it is pretty cool so helping you out would be awesome. That said, I've done no work at all...
Thank you for your comment. The name this module is registered with on npm is bluetooth-serial-port. Hence the instruction. https://www.npmjs.com/package/bluetooth-serial-port
As a matter of fact you are installing a fork of this module. https://www.npmjs.com/package/node-bluetooth-serial-port The repo for that cab be found here: https://github.com/tinyprinter/node-bluetooth-serial-port
See #309 tl;dr; this module is deprecated and does not support node >= 1.13. Fix may be available in `next-release` branch.
This happens when you install the module with one version of node en run it with another version. You should stick with one version for building and running. The master...
Just remove and re-install.
That should be enough when you ran `npm i bluetooth-serial-port` but when you build from source (so run `npm install` from the root of the checkout version of this repo)...
Hi, thank you for your report. Are these 2 separate issues? If so please create a separate issue for each issue to keep the discussion clean and on topic. If...