Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. Vikrams-MacBook-Pro:CodeCombat vikram$ sudo python ./coco/scripts/devSetup/setup.py
  2. Code Combat Development Environment Setup Script
  3. Mac detected, architecture: 64 bit
  4. Ruby found.
  5. /bin/sh: mongod: command not found
  6. Mongod not found: Command 'mongod --version' returned non-zero exit status 127
  7. MongoDB not found, so installing a local copy...
  8. Skipping MongoDB download because /Users/vikram/IIIT/opensurce/CodeCombat/coco/bin/mongo exists.
  9. Skipping creation of /Users/vikram/IIIT/opensurce/CodeCombat/coco/bin/mongo because it exists.
  10. Skipping Node download because /Users/vikram/IIIT/opensurce/CodeCombat/coco/bin/node exists.
  11. Skipping creation of /Users/vikram/IIIT/opensurce/CodeCombat/coco/bin/node because it exists.
  12. A previous version of npm has been found.
  13. You may experience problems if you have a version of npm that's too old.Would you like to upgrade?(y/n)
  14. n
  15. Installing node packages...
  16. \
  17. npm ERR! fetch failed https://github.com/nwinter/telepath-brunch/tarball/master
  18. npm ERR! fetch failed https://github.com/ThomasConner/bless-brunch/tarball/master
  19. npm ERR! fetch failed https://github.com/brunch/coffee-script-brunch/tarball/master
  20. npm ERR! fetch failed https://github.com/nwinter/telepath-brunch/tarball/master
  21. npm ERR! fetch failed https://github.com/ThomasConner/bless-brunch/tarball/master
  22. npm ERR! fetch failed https://github.com/brunch/coffee-script-brunch/tarball/master
  23. npm ERR! fetch failed https://github.com/nwinter/telepath-brunch/tarball/master
  24. npm ERR! fetch failed https://github.com/ThomasConner/bless-brunch/tarball/master
  25. npm ERR! fetch failed https://github.com/brunch/coffee-script-brunch/tarball/master
  26. npm ERR! Error: connect ECONNREFUSED
  27. npm ERR! at errnoException (net.js:904:11)
  28. npm ERR! at Object.afterConnect [as oncomplete] (net.js:895:19)
  29. npm ERR! { [Error: connect ECONNREFUSED]
  30. npm ERR! code: 'ECONNREFUSED',
  31. npm ERR! errno: 'ECONNREFUSED',
  32. npm ERR! syscall: 'connect',
  33. npm ERR! parent: 'codecombat' }
  34. npm ERR!
  35. npm ERR! If you are behind a proxy, please make sure that the
  36. npm ERR! 'proxy' config is set properly. See: 'npm help config'
  37.  
  38. npm ERR! System Darwin 14.0.0
  39. npm ERR! command "node" "/usr/local/bin/npm" "install"
  40. npm ERR! cwd /Users/vikram/IIIT/opensurce/CodeCombat/coco
  41. npm ERR! node -v v0.10.33
  42. npm ERR! npm -v 1.4.28
  43. npm ERR! syscall connect
  44. npm ERR! code ECONNREFUSED
  45. npm ERR! errno ECONNREFUSED
  46. npm ERR! stack Error: connect ECONNREFUSED
  47. npm ERR! stack at errnoException (net.js:904:11)
  48. npm ERR! stack at Object.afterConnect [as oncomplete] (net.js:895:19)
  49. npm ERR!
  50. npm ERR! Additional logging details can be found in:
  51. npm ERR! /Users/vikram/IIIT/opensurce/CodeCombat/coco/npm-debug.log
  52. npm ERR! not ok code 0
  53. Traceback (most recent call last):
  54. File "./coco/scripts/devSetup/setup.py", line 46, in <module>
  55. setup.setup()
  56. File "/Users/vikram/IIIT/opensurce/CodeCombat/coco/scripts/devSetup/factories.py", line 82, in setup
  57. super(self.__class__, self).setup()
  58. File "/Users/vikram/IIIT/opensurce/CodeCombat/coco/scripts/devSetup/factories.py", line 51, in setup
  59. self.repoCloner.install_node_packages()
  60. File "/Users/vikram/IIIT/opensurce/CodeCombat/coco/scripts/devSetup/repositoryInstaller.py", line 69, in install_node_packages
  61. raise errors.CoCoError(u"Failed to install node packages")
  62. errors.CoCoError: u'Failed to install node packages\n Please contact CodeCombat support, and include this error in your message.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement