jperkin / node-openzwave

node.js interface to libopenzwave
Other
110 stars 55 forks source link

Fails to install the node_module on RPi2 running Node v0.10.28 and npm v1.4.9 #51

Open anthony-ngu opened 9 years ago

anthony-ngu commented 9 years ago

I am getting the node-gyp rebuild error when it tries to install openzwave@0.0.33

anthony-ngu commented 9 years ago

Fixed by running these commands from inside RPi2 Rapsbian image: Should probably add these into the instructions on how to setup on RPi2 / Linux?

sudo apt-get install subversion libudev-dev make build-essential git-core python2.7 pkg-config libssl-dev
sudo -i npm install node-gyp