Closed creativeng closed 7 years ago
No, you'll have to supply a fair bit more information about the failure
This is the error..
node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.6.1 (node-v46 ABI) (falling back to source compile with node-gyp)
Show the WHOLE output, because that just means that there is no prebuilt binary for the platform and npm will normally build from source next
also read #12
node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.7/serialport-v4.0.7-node-v46-linux-arm.tar.gz node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.7 and node@4.6.1 (node-v46 ABI) (falling back to source compile with node-gyp) make: Entering directory '/usr/lib/node_modules/node-red/node_modules/node-red-node-serialport/node_modules/serialport/build' CXX(target) Release/obj.target/serialport/src/serialport.o CXX(target) Release/obj.target/serialport/src/serialport_unix.o CXX(target) Release/obj.target/serialport/src/serialport_poller.o SOLINK_MODULE(target) Release/obj.target/serialport.node COPY Release/serialport.node make: Leaving directory '/usr/lib/node_modules/node-red/node_modules/node-red-node-serialport/node_modules/serialport/build' /usr/bin/node-red -> /usr/lib/node_modules/node-red/red.js /usr/bin/node-red-pi -> /usr/lib/node_modules/node-red/bin/node-red-pi
yet it seems so.... we will recheck full serial functionalities
Right, so that looks like it's installed just fine
ok ill let you know if everything ok....
Hi Ben, package working fine, also tested serial modbus.. thx M
i think it is a problem with Pi 3 to get the correct version of Nodejs...
Hi Ben,
We have problems on running the package on RPI3, it seems there is a dependency with Serialport that cannot be resolved. Are you aware about any problem like this? Thanks
M