Fails to install the node_module on RPi2 running Node v0.10.28 and npm v1.4.9
Opened this issue · 1 comments
anthony-ngu commented
I am getting the node-gyp rebuild error when it tries to install openzwave@0.0.33
anthony-ngu commented
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