Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. > sse4_crc32@3.4.0 install /Users/monu/Desktop/sourcing2api/storage/node_modules/gcloud/node_modules/sse4_crc32
  2. > node-gyp rebuild
  3.  
  4. CXX(target) Release/obj.target/sse4_crc32/src/sse4_crc32.o
  5. make: c++: No such file or directory
  6. make: *** [Release/obj.target/sse4_crc32/src/sse4_crc32.o] Error 1
  7. gyp ERR! build error
  8. gyp ERR! stack Error: `make` failed with exit code: 2
  9. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)
  10. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  11. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
  12. gyp ERR! System Darwin 14.4.0
  13. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  14. gyp ERR! cwd /Users/monu/Desktop/sourcing2api/storage/node_modules/gcloud/node_modules/sse4_crc32
  15. gyp ERR! node -v v0.12.2
  16. gyp ERR! node-gyp -v v1.0.3
  17. gyp ERR! not ok
  18. npm ERR! Darwin 14.4.0
  19. npm ERR! argv "node" "/usr/local/bin/npm" "install"
  20. npm ERR! node v0.12.2
  21. npm ERR! npm v2.7.5
  22. npm ERR! code ELIFECYCLE
  23.  
  24. npm ERR! sse4_crc32@3.4.0 install: `node-gyp rebuild`
  25. npm ERR! Exit status 1
  26. npm ERR!
  27. npm ERR! Failed at the sse4_crc32@3.4.0 install script 'node-gyp rebuild'.
  28. npm ERR! This is most likely a problem with the sse4_crc32 package,
  29. npm ERR! not with npm itself.
  30. npm ERR! Tell the author that this fails on your system:
  31. npm ERR! node-gyp rebuild
  32. npm ERR! You can get their info via:
  33. npm ERR! npm owner ls sse4_crc32
  34. npm ERR! There is likely additional logging output above.
  35.  
  36. npm ERR! Please include the following file with any support request:
  37. npm ERR! /Users/monu/Desktop/sourcing2api/storage/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement