-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Serialport 6.1.0 won't install or build on Rpi3 #1495
Comments
I am seeing similar issues with node-red-contrib-modbus. I am using alpine slim with node v8.9.4 |
This is a copy of #1487 which has been fixed but not yet made a release |
Oke thnx. |
Why you are using the pre-release version? |
@piechade it is included in a Node-RED library by someone else. We did not choose the version |
Serialport 6.1.1 is out which should fix this. I see node-red has 6.0.5 as it's version, I have no idea why 6.1.0 would have installed. |
Do let me know if this works for you. |
The developer of the Node Red module had 6.1.0 included. I asked him to downgrade to the stable version of 6.0.5 and that works. So i hope the node red module is staying on stable release from now on and then it should work fine. |
Ask them to upgrade to 6.1.1 it should work better. Feel free to cc me, I
had asked them to test 6.1.0 I I didn't know they'd release it. 🙊
…On Wed, Feb 28, 2018, 3:35 AM rjbaat ***@***.***> wrote:
The developer of the Node Red module had 6.1.0 included. I asked him to
downgrade to the stable version of 6.0.5 and that works. So i hope the node
red module is staying on stable release from now on and then it should work
fine.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1495 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABlbjmjdGJYh73v0UZk9Dev6Xdyxu-Mks5tZQ_ZgaJpZM4SLnsb>
.
|
Summary of Problem
When i install node-red-contrib-modbus and or node-red-node-serialport. I get the error that dependency serialport 6.1.0 has no prebuild version. But it also won't build.
When i manually install npm serialport 6.0.5. it will build and install on the Rpi3 on Resin.io. But due to the dependency in the 2 nodes mentioned before it will try to install 6.1.0 also after 6.0.5 is installed.
Steps and Code to Reproduce the Issue
Install node-red-node-serialport and/or node-red-contrib-modbus on Rpi3 with Resin.io docker file:
The text was updated successfully, but these errors were encountered: