-
Notifications
You must be signed in to change notification settings - Fork 2
Description
npm install lirc_client not working for me i get error:
npm http GET https://registry.npmjs.org/lirc_client
npm http 304 https://registry.npmjs.org/lirc_client
lirc_client@1.0.0 install /home/pi/node_modules/lirc_client
node-gyp rebuild
make: Entering directory /home/pi/node_modules/lirc_client/build' CXX(target) Release/obj.target/lirc_client/src/lirc_client.o ../src/lirc_client.cc:1:30: fatal error: lirc/lirc_client.h: No such file or directory compilation terminated. make: *** [Release/obj.target/lirc_client/src/lirc_client.o] Error 1 make: Leaving directory/home/pi/node_modules/lirc_client/build'
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/opt/node/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:757:12)
gyp ERR! System Linux 3.6.11+
gyp ERR! command "node" "/opt/node/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/pi/node_modules/lirc_client
gyp ERR! node -v v0.10.2
gyp ERR! node-gyp -v v0.9.3
gyp ERR! not ok
npm ERR! lirc_client@1.0.0 install: node-gyp rebuild
npm ERR! sh "-c" "node-gyp rebuild" failed with 1
npm ERR!
npm ERR! Failed at the lirc_client@1.0.0 install script.
npm ERR! This is most likely a problem with the lirc_client package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls lirc_client
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.6.11+
npm ERR! command "/opt/node/bin/node" "/opt/node/bin/npm" "install" "lirc_client"
npm ERR! cwd /home/pi/app/manoexpress
npm ERR! node -v v0.10.2
npm ERR! npm -v 1.2.15
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pi/app/manoexpress/npm-debug.log
npm ERR! not ok code 0