node-openzwave icon indicating copy to clipboard operation
node-openzwave copied to clipboard

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

Open anthony-ngu opened this issue 10 years ago • 1 comments

I am getting the node-gyp rebuild error when it tries to install [email protected]

anthony-ngu avatar May 29 '15 03:05 anthony-ngu

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

anthony-ngu avatar May 29 '15 07:05 anthony-ngu