We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i use homebridge 1.1.0, latest node v12.18.0 and npm v6.14.5 when i try to install your lib, i faced with errors. The tail of log:
node_dht_sensor.target.mk:112: recipe for target 'Release/obj.target/node_dht_sensor/node-dht-sensor.o' failed make: *** [Release/obj.target/node_dht_sensor/node-dht-sensor.o] Error 1 make: Leaving directory '/home/pi/.npm-global/lib/node_modules/homebridge-dht-rpi/node_modules/node-dht-sensor/build' gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/home/pi/.npm-global/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:315:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12) gyp ERR! System Linux 4.14.71-v7+ gyp ERR! command "/usr/bin/node" "/home/pi/.npm-global/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" gyp ERR! cwd /home/pi/.npm-global/lib/node_modules/homebridge-dht-rpi/node_modules/node-dht-sensor gyp ERR! node -v v12.18.0 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] postinstall: node-gyp build npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] postinstall script.
make
node-gyp build
bcm2835 is installed and found by module.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, i use homebridge 1.1.0, latest node v12.18.0 and npm v6.14.5
when i try to install your lib, i faced with errors. The tail of log:
node_dht_sensor.target.mk:112: recipe for target 'Release/obj.target/node_dht_sensor/node-dht-sensor.o' failed
make: *** [Release/obj.target/node_dht_sensor/node-dht-sensor.o] Error 1
make: Leaving directory '/home/pi/.npm-global/lib/node_modules/homebridge-dht-rpi/node_modules/node-dht-sensor/build'
gyp ERR! build error
gyp ERR! stack Error:
make
failed with exit code: 2gyp ERR! stack at ChildProcess.onExit (/home/pi/.npm-global/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:315:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 4.14.71-v7+
gyp ERR! command "/usr/bin/node" "/home/pi/.npm-global/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build"
gyp ERR! cwd /home/pi/.npm-global/lib/node_modules/homebridge-dht-rpi/node_modules/node-dht-sensor
gyp ERR! node -v v12.18.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall:
node-gyp build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
bcm2835 is installed and found by module.
The text was updated successfully, but these errors were encountered: