roccomuso/iot-433mhz

During installation - Tried to download(404)

Closed this issue · 8 comments

Hello, i got this message during installation

node-pre-gyp ERR! Tried to download(404): https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/4.0.6/serialport-v4.0.6-node-v46-linux-arm.tar.gz 

node-pre-gyp ERR! Pre-built binaries not found for serialport@4.0.6 and node@4.4.7 (node-v46 ABI) (falling back to source compile with node-gyp) 

Which OS are you on?

That one is the whole log? could you past it entirely?
The serialport dependency is not pre-compiled for ARM.
So basically that is an attempt to compile it with node-gyp.
Did you launch the sudo npm install -g iot-433mhz --unsafe-perm command right?

RASPBIAN JESSIE LITE

Linux raspberrypi 4.4.38+ #938 Thu Dec 15 15:17:54 GMT 2016 armv6l GNU/Linux
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"

@marekhattas Watch updated comment above

yes i did

@marekhattas
Could you past the whole output?

Try with this command:
sudo npm install -g iot-433mhz --unsafe-perm --build-from-source

@marekhattas did you solve the issue?

Hi,,I try it again with this command and everything is ok... weird

@marekhattas ok, feel free to submit feedbacks ;)