-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install Problems #3
Comments
Following up on this - same issue here with this node install. Comment from Colin here: states "The node requires an old version of the serialport module (6.2.2) which will not build on your system (nor on mine). My guess is that is too old for version 12 of nodejs. Has anyone hacked your package.json to try this? I'm a noob bvut since serial is so level it seems like this should work. Also, any possibility of an update to the node to address this issue? |
Hello! I'm reviving this thread with a solution that worked for me on Ubuntu 18.04 with NodeJS v15.14. Clone the repo
for the following (I use serialport version 7.7.6. Change it to whatever version your using)
Build locally with
Voilà! |
@GaneshBaronAloir : to second you: I just tried this with SerialPort 10.5.0 and it still works! |
@bucovaina Happy I could help! :) |
I have set up a raspberry Pi for use with lightcontrol via node-red.
during installation of this node an error occoured and the installation stoped.
one solution is to downgrade the nodejs version from 12.X to 10.20.1.
After the downgrade the installation of this node was successfully and my node-red flow was working correctly.
The text was updated successfully, but these errors were encountered: