monteslu / node-red-contrib-gpio

A set of node-red nodes for connecting to johnny-five IO Plugins
MIT License
41 stars 31 forks source link

Please upgrade your serialport dependency #40

Open coolchip opened 5 years ago

coolchip commented 5 years ago

Hello, thank you very, very much for your node. It helps me so much. Today I tried to install your node onto a system with node.js 12.x. Unfortunately this isn't working, because auf your dependency of serialport 6.x. With serialport 7.x it's working. So would yout please upgrade and npm publish?

RobertCNelson commented 4 years ago

@monteslu sorry complete brain fart this morning.. This works fine with v10.x, it's v12.x that's the issue..

edit; brain fart.. Regards,

baktaktarn commented 4 years ago

This still seems to be unable to install on node 12.x because of serialport 6.0.5 dependance. Any way to fix this? I need to use node 12 so other nodes can work.

RobertCNelson commented 4 years ago

@baktaktarn take a look at https://www.npmjs.com/package/node-red-contrib-johnny5 that's what i moved too...

monteslu commented 4 years ago

@RobertCNelson @baktaktarn not sure whey those changes weren't just PR to this repo, but I pulled in his changes anwyay :)

just published node-red-contrib-gpio@0.51.0

Would appreciate if someone could give that a spin. I haven't been doing much with node-red lately