Advertisement
Pablolop002

Install error

Jul 2nd, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. npm install -g nodebb-plugin-minecraft-integration
  2.  
  3. > contextify@0.1.15 install /home/web/.node_modules/lib/node_modules/nodebb-plugin-minecraft-integration/node_modules/contextify
  4. > node-gyp rebuild
  5.  
  6. make: se entra en el directorio '/home/web/.node_modules/lib/node_modules/nodebb-plugin-minecraft-integration/node_modules/contextify/build'
  7. CXX(target) Release/obj.target/contextify/src/contextify.o
  8. make: g++: No se encontró el programa
  9. make: *** [contextify.target.mk:88: Release/obj.target/contextify/src/contextify.o] Error 127
  10. make: se sale del directorio '/home/web/.node_modules/lib/node_modules/nodebb-plugin-minecraft-integration/node_modules/contextify/build'
  11. gyp ERR! build error
  12. gyp ERR! stack Error: `make` failed with exit code: 2
  13. gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
  14. gyp ERR! stack at emitTwo (events.js:106:13)
  15. gyp ERR! stack at ChildProcess.emit (events.js:191:7)
  16. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)
  17. gyp ERR! System Linux 4.6.3-1-ARCH
  18. gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  19. gyp ERR! cwd /home/web/.node_modules/lib/node_modules/nodebb-plugin-minecraft-integration/node_modules/contextify
  20. gyp ERR! node -v v6.2.2
  21. gyp ERR! node-gyp -v v3.3.1
  22. gyp ERR! not ok
  23. /home/web/.node_modules/lib
  24. └── (empty)
  25.  
  26. npm ERR! Linux 4.6.3-1-ARCH
  27. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "-g" "nodebb-plugin-minecraft-integration"
  28. npm ERR! node v6.2.2
  29. npm ERR! npm v3.10.3
  30. npm ERR! code ELIFECYCLE
  31.  
  32. npm ERR! contextify@0.1.15 install: `node-gyp rebuild`
  33. npm ERR! Exit status 1
  34. npm ERR!
  35. npm ERR! Failed at the contextify@0.1.15 install script 'node-gyp rebuild'.
  36. npm ERR! Make sure you have the latest version of node.js and npm installed.
  37. npm ERR! If you do, this is most likely a problem with the contextify package,
  38. npm ERR! not with npm itself.
  39. npm ERR! Tell the author that this fails on your system:
  40. npm ERR! node-gyp rebuild
  41. npm ERR! You can get information on how to open an issue for this project with:
  42. npm ERR! npm bugs contextify
  43. npm ERR! Or if that isn't available, you can get their info via:
  44. npm ERR! npm owner ls contextify
  45. npm ERR! There is likely additional logging output above.
  46.  
  47. npm ERR! Please include the following file with any support request:
  48. npm ERR! /home/web/nodebb/npm-debug.log
  49. npm ERR! code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement