Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1.  
  2. root@AgarIO:~# npm install ws
  3. -
  4. > bufferutil@1.1.0 install /root/node_modules/ws/node_modules/bufferutil
  5. > node-gyp rebuild
  6.  
  7. make: Entering directory `/root/node_modules/ws/node_modules/bufferutil/build'
  8. CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  9. make: g++: Command not found
  10. make: *** [Release/obj.target/bufferutil/src/bufferutil.o] Error 127
  11. make: Leaving directory `/root/node_modules/ws/node_modules/bufferutil/build'
  12. gyp ERR! build error
  13. gyp ERR! stack Error: `make` failed with exit code: 2
  14. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)
  15. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  16. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
  17. gyp ERR! System Linux 3.13.0-52-generic
  18. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  19. gyp ERR! cwd /root/node_modules/ws/node_modules/bufferutil
  20. gyp ERR! node -v v0.12.5
  21. gyp ERR! node-gyp -v v2.0.1
  22. gyp ERR! not ok
  23.  
  24. > utf-8-validate@1.1.0 install /root/node_modules/ws/node_modules/utf-8-validate
  25. > node-gyp rebuild
  26.  
  27. make: Entering directory `/root/node_modules/ws/node_modules/utf-8-validate/build'
  28. CXX(target) Release/obj.target/validation/src/validation.o
  29. make: g++: Command not found
  30. make: *** [Release/obj.target/validation/src/validation.o] Error 127
  31. make: Leaving directory `/root/node_modules/ws/node_modules/utf-8-validate/build'
  32. gyp ERR! build error
  33. gyp ERR! stack Error: `make` failed with exit code: 2
  34. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)
  35. gyp ERR! stack at ChildProcess.emit (events.js:110:17)
  36. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
  37. gyp ERR! System Linux 3.13.0-52-generic
  38. gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  39. gyp ERR! cwd /root/node_modules/ws/node_modules/utf-8-validate
  40. gyp ERR! node -v v0.12.5
  41. gyp ERR! node-gyp -v v2.0.1
  42. gyp ERR! not ok
  43. npm WARN optional dep failed, continuing bufferutil@1.1.0
  44. npm WARN optional dep failed, continuing utf-8-validate@1.1.0
  45. ws@0.7.2 node_modules/ws
  46. ├── options@0.0.6
  47. └── ultron@1.0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement