Advertisement
Guest User

Untitled

a guest
May 31st, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. gyp ERR! build error
  2. gyp ERR! stack Error: `make` failed with exit code: 2
  3. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
  4. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  5. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1078:12)
  6. gyp ERR! System Linux 4.2.0-27-generic
  7. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  8. gyp ERR! cwd /home/ubuntu2/emailio2/node_modules/memwatch
  9. gyp ERR! node -v v0.12.14
  10. gyp ERR! node-gyp -v v3.3.1
  11. gyp ERR! not ok
  12.  
  13. npm ERR! Linux 4.2.0-27-generic
  14. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
  15. npm ERR! node v0.12.14
  16. npm ERR! npm v2.15.1
  17. npm ERR! code ELIFECYCLE
  18. npm ERR! memwatch@0.2.2 install: `node-gyp rebuild`
  19. npm ERR! Exit status 1
  20. npm ERR!
  21. npm ERR! Failed at the memwatch@0.2.2 install script 'node-gyp rebuild'.
  22. npm ERR! This is most likely a problem with the memwatch package,
  23. npm ERR! not with npm itself.
  24. npm ERR! Tell the author that this fails on your system:
  25. npm ERR! node-gyp rebuild
  26. npm ERR! You can get information on how to open an issue for this project with:
  27. npm ERR! npm bugs memwatch
  28. npm ERR! Or if that isn't available, you can get their info via:
  29. npm ERR!
  30. npm ERR! npm owner ls memwatch
  31. npm ERR! There is likely additional logging output above.
  32.  
  33. npm ERR! Please include the following file with any support request:
  34. npm ERR! /home/ubuntu2/emailio2/npm-debug.log
  35. ubuntu2@ubuntu2-VirtualBox:~/emailio2$ node -v
  36. v0.12.14
  37. ubuntu2@ubuntu2-VirtualBox:~/emailio2$ npm -v
  38. 2.15.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement