-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
node-red-contrib-modbus on armv6 platform not loading (unsupported?) #309
Comments
Hi, what do you get if you start node-red in the verbose mode?
|
Maybe you have to install without serial support - it is optional - and you could check the supported platforms of the library dependencies if there is some, who does not support ARMv6. The serialport lib has normally the most restrictions. |
Thx for the hints... |
From my perspective node v12 or v14 is maybe good enough for node-red if you have or see no big security issues. see the package.json of node-red for the min. version of node to run node-red. That is mostly also better if you work with serialport. That library is not compatible with all constellations and the lib provides with detailed information about supported node versions and hardware architectures. |
You are totally right; v12 or v14 certainly suffice; the origin of the issue comes from the fact that distros usually move forward with versions for frameworks regardless of incompatibilities of applications like node-red arising from that. Still the real problem is that at this point just everything fails for the non-expert in Linux; for the rest of us, it is just tedious to get a particular install of node outside the distro system and fix a few startup scripts, but that's doable and no pain... |
A nrm (node-red-manager) like nvm would be great ... like:
maybe there is some tool like this ... |
Nodered v134 running here.. for some reason, everytime i restart nodered, this node disappears and i have to reinstall it. Any idea why this is happening and how i can resolve this? |
This issue is stale because it has been open 60 days with no activity. It will be closed in 30 days, but can be saved by removing the stale label or commenting. |
actually after a long story of trial and error, I finally made it work with |
Problem
Current behavior
Expected behavior
Minimal reproduction of the problem with instructions
Your Environment
Please tell us about your environment:
Yes, modbus-serial is the name but it does all, TCP and Serial.
The node-modbus package is just for the Modbus Server node.
Device :
node-red-contrib-modbus version: v5.21.2
node-red: v2.1.4
npm:
npm -v
= 8.3.0Node:
node --version
= v17.3.0The text was updated successfully, but these errors were encountered: