Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2016
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. root@boxdexatchezaws:/opt/xo# git clone -b stable http://github.com/vatesfr/xo-server
  2. Cloning into 'xo-server'...
  3. remote: Counting objects: 9542, done.
  4. remote: Total 9542 (delta 0), reused 0 (delta 0), pack-reused 9542
  5. Receiving objects: 100% (9542/9542), 2.43 MiB | 2.27 MiB/s, done.
  6. Resolving deltas: 100% (6855/6855), done.
  7. Checking connectivity... done.
  8. root@boxdexatchezaws:/opt/xo# cd xo-server/
  9. root@boxdexatchezaws:/opt/xo/xo-server# npm install
  10. npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead!
  11. npm WARN deprecated lodash.isarray@4.0.0: This package is deprecated. Use Array.isArray.
  12. npm WARN deprecated lodash.callback@3.3.3: This package is discontinued. Use lodash.iteratee@^4.0.0.
  13. npm WARN deprecated lodash.assign@4.2.0: This package is deprecated. Use Object.assign.
  14. npm WARN prefer global coffee-script@1.11.1 should be installed with -g
  15. npm WARN prefer global node-gyp@3.4.0 should be installed with -g
  16. npm WARN prefer global node-ninja@1.0.2 should be installed with -g
  17.  
  18. > bcrypt@0.8.7 install /opt/xo/xo-server/node_modules/bcrypt
  19. > node-gyp rebuild
  20.  
  21.  
  22.  
  23. root@boxdexatchezaws:/opt/xo/xo-server# npm start
  24.  
  25. > xo-server@5.2.4 start /opt/xo/xo-server
  26. > node bin/xo-server
  27.  
  28. module.js:327
  29. throw err;
  30. ^
  31.  
  32. Error: Cannot find module './dist'
  33. at require (internal/module.js:12:17)
  34. at Object.<anonymous> (/opt/xo/xo-server/index.js:11:18)
  35. at require (internal/module.js:12:17)
  36. at Object.<anonymous> (/opt/xo/xo-server/bin/xo-server:31:25)
  37.  
  38. npm ERR! Linux 4.4.0-38-generic
  39. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
  40. npm ERR! node v4.6.0
  41. npm ERR! npm v3.10.8
  42. npm ERR! code ELIFECYCLE
  43. npm ERR! xo-server@5.2.4 start: `node bin/xo-server`
  44. npm ERR! Exit status 1
  45. npm ERR!
  46. npm ERR! Failed at the xo-server@5.2.4 start script 'node bin/xo-server'.
  47. npm ERR! Make sure you have the latest version of node.js and npm installed.
  48. npm ERR! If you do, this is most likely a problem with the xo-server package,
  49. npm ERR! not with npm itself.
  50. npm ERR! Tell the author that this fails on your system:
  51. npm ERR! node bin/xo-server
  52. npm ERR! You can get information on how to open an issue for this project with:
  53. npm ERR! npm bugs xo-server
  54. npm ERR! Or if that isn't available, you can get their info via:
  55. npm ERR! npm owner ls xo-server
  56. npm ERR! There is likely additional logging output above.
  57.  
  58. npm ERR! Please include the following file with any support request:
  59. npm ERR! /opt/xo/xo-server/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement