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
Installing on Node.js v8.9.4. and kernel 4.4 (using Pi 2 Model B v1.1 (BCM2835, Revision a01041)) works, although warnings are printed out.
But installing (npm install wiring-pi) fails when using Node.js v9.6.1!
npm install wiring-pi
gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23) gyp ERR! stack at ChildProcess.emit (events.js:127:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:12) gyp ERR! System Linux 4.14.20-v7+ gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /root/node/server/node_modules/wiringpi-node gyp ERR! node -v v9.6.1 gyp ERR! node-gyp -v v3.6.2 gyp ERR! not ok
The text was updated successfully, but these errors were encountered:
Merge pull request WiringPi#90 from WiringPi/patch-build
e9821ab
Remove [email protected] contact from build
No branches or pull requests
Installing on Node.js v8.9.4. and kernel 4.4 (using Pi 2 Model B v1.1 (BCM2835, Revision a01041)) works, although warnings are printed out.
But installing (
npm install wiring-pi
) fails when using Node.js v9.6.1!The text was updated successfully, but these errors were encountered: