Failed at the unix-dgram@0.2.2 install script 'node-gyp rebuild'
See original GitHub issuenpm install winston-syslog
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:269:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Linux 3.2.0-95-generic
gyp ERR! command "/usr/bin/iojs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/local/bookya_api/node_modules/winston-syslog/node_modules/unix-dgram
gyp ERR! node -v v3.1.0
gyp ERR! node-gyp -v v2.0.2
gyp ERR! not ok
npm ERR! Linux 3.2.0-95-generic
npm ERR! argv "/usr/bin/iojs" "/usr/bin/npm" "install" "winston-syslog"
npm ERR! node v3.1.0
npm ERR! npm v2.13.3
npm ERR! code ELIFECYCLE
npm ERR! unix-dgram@0.2.2 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the unix-dgram@0.2.2 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the unix-dgram 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 unix-dgram
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /usr/local/bookya_api/npm-debug.log
Issue Analytics
- State:
- Created 8 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
Installing Now CLI failed (Now Experience UI Framework)
Hi,. I am trying to install Now CLI using this command: npm install @servicenow/cli -g. I am getting this error message: npm WARN...
Read more >node-gyp - npm
Node.js native addon build tool. Latest version: 9.3.1, last published: 13 days ago. Start using node-gyp in your project by running `npm i ......
Read more >NPM install fails with node-gyp - Stack Overflow
This answer has nothing to do with the question, that asked about the npm install causing node-gyp rebuild to run from the wrong...
Read more >cannot build native modules with node-gyp (python not found)
This fails because the "python" command is not found. ... Failed at the unix-dgram@2.0.0 install script 'node-gyp rebuild'. npm ERR!
Read more >Npm install command failing with message "could not find ...
When I run the npm install command, npm starts downloading the ... /s /c node-gyp rebuild npm ERR! gyp info it worked if...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have this issue now too on node 10
It does install because it is skipping the dependency but it does work without errors on node 8.
node.js 10.11 do not support, has the same issue.