Advertisement
MelcomX

Untitled

Oct 17th, 2017
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. root@ubuntu-16-04-Server-1:/srv/daemon# npm install --only=production
  2.  
  3. > dtrace-provider@0.8.5 install /srv/daemon/node_modules/dtrace-provider
  4. > node scripts/install.js
  5.  
  6. sh: 1: node: not found
  7. npm WARN install:dtrace-provider@0.8.5 dtrace-provider@0.8.5 install: `node scripts/install.js`
  8. npm WARN install:dtrace-provider@0.8.5 spawn ENOENT
  9.  
  10. > mmmagic@0.4.5 install /srv/daemon/node_modules/mmmagic
  11. > node-gyp rebuild
  12.  
  13. /bin/sh: 1: node: not found
  14. gyp: Call to 'node -e "require('nan')"' returned exit status 127 while in binding.gyp. while trying to load binding.gyp
  15. gyp ERR! configure error
  16. gyp ERR! stack Error: `gyp` failed with exit code: 1
  17. gyp ERR! stack at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:354:16)
  18. gyp ERR! stack at emitTwo (events.js:87:13)
  19. gyp ERR! stack at ChildProcess.emit (events.js:172:7)
  20. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
  21. gyp ERR! System Linux 4.4.0-97-generic
  22. gyp ERR! command "/usr/bin/nodejs" "/usr/bin/node-gyp" "rebuild"
  23. gyp ERR! cwd /srv/daemon/node_modules/mmmagic
  24. gyp ERR! node -v v4.2.6
  25. gyp ERR! node-gyp -v v3.0.3
  26. gyp ERR! not ok
  27. npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
  28. npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.2
  29. npm WARN ajv-keywords@2.1.0 requires a peer of ajv@>=5.0.0 but none was installed.
  30. npm WARN eslint-config-airbnb-base@11.3.2 requires a peer of eslint@^3.19.0 || ^4.5.0 but none was installed.
  31. npm ERR! Linux 4.4.0-97-generic
  32. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--only=production"
  33. npm ERR! node v4.2.6
  34. npm ERR! npm v3.5.2
  35. npm ERR! code ELIFECYCLE
  36.  
  37. npm ERR! mmmagic@0.4.5 install: `node-gyp rebuild`
  38. npm ERR! Exit status 1
  39. npm ERR!
  40. npm ERR! Failed at the mmmagic@0.4.5 install script 'node-gyp rebuild'.
  41. npm ERR! Make sure you have the latest version of node.js and npm installed.
  42. npm ERR! If you do, this is most likely a problem with the mmmagic package,
  43. npm ERR! not with npm itself.
  44. npm ERR! Tell the author that this fails on your system:
  45. npm ERR! node-gyp rebuild
  46. npm ERR! You can get information on how to open an issue for this project with:
  47. npm ERR! npm bugs mmmagic
  48. npm ERR! Or if that isn't available, you can get their info via:
  49. npm ERR! npm owner ls mmmagic
  50. npm ERR! There is likely additional logging output above.
  51.  
  52. npm ERR! Please include the following file with any support request:
  53. npm ERR! /srv/daemon/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement