I am currently using Node red snap, V3.0.2(Node-Red Snap) and i'm trying to install node-red-contrib-modbus palette , Modbus Palette but however I can't install it and these are some of the errors i faced.
These are some of the steps i tried before coming here:
I have followed this Steps to install node red modbus but it didn't work.
The snap version of Node-RED is highly constrained inside it's container. So adding nodes that require native code (like the serialport for modbus) won't work. You will need to use the full install instead.
Do you mean you installed using the script (not the snap) and even then could not install the modbus node?
If so then go into your .node-red folder, remove the node_modules folder and run npm install
If that fails then post the output here (copy/paste rather than screenshot please). If it succeeds then run npm install node-red-contrib-modbus
Hi, but I just realize that i can't use that command for the node-red snap, but i was able to access the node red modules , but however doing the same Steps it did not allow me to install inside the node red modules file.
I have already tried to install the Modbus palette, but i have gotten the error from the first post, so I went into Node-Red Snap and tried to access and remove the node_modules folder from your suggestion, but however, it returned me with this error that most of them are read-only file system even though I tried to forcibly remove them.