Advertisement
bazz12345

scenevr errors

Dec 9th, 2014
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. ---------------------------------------------------------------------------------------------------------------------------------
  8.  
  9. when i did the first part npm install -g scenevr i got this error but think it might have installed maybe you can tell me
  10.  
  11. ------------------------------------------------------------------------------------------------------------------------
  12.  
  13.  
  14. C:\Users\barry>npm install -g scenevr
  15. npm ERR! fetch failed https://registry.npmjs.org/cors
  16. npm ERR! fetch failed https://registry.npmjs.org/webs
  17.  
  18. npm ERR! fetch failed https://registry.npmjs.org/unde
  19. gz
  20. npm ERR! fetch failed https://registry.npmjs.org/unde
  21. gz
  22. \
  23.  
  24.  
  25. > websocket@1.0.8 install C:\Users\barry\AppData\Roam
  26. r\node_modules\websocket
  27. > node install.js
  28.  
  29. [websocket v1.0.8] Attempting to compile native exten
  30. [websocket v1.0.8]
  31. Native code compile failed!!
  32. Please note that this module DOES NOT REQUIRE the
  33. and will still work without them, though not quit
  34.  
  35. On Windows, native extensions require Visual Stud
  36. On Unix, native extensions require Python, make a
  37. Start npm with --websocket:verbose to show compil
  38. C:\Users\barry\AppData\Roaming\npm\scenevr -> C:\User
  39. \node_modules\scenevr\server.js
  40. scenevr@0.1.0 C:\Users\barry\AppData\Roaming\npm\node
  41. ├── underscore@1.7.0
  42. ├── uuid@2.0.1
  43. ├── websocket@1.0.8
  44. ├── three@0.66.2
  45. ├── cors@2.5.2 (vary@1.0.0)
  46. ├── color@0.7.3 (color-string@0.2.1, color-convert@0.
  47. ├── coffee-script@1.8.0 (mkdirp@0.3.5)
  48. ├── glob@4.2.2 (inherits@2.0.1, once@1.3.1, inflight@
  49. ├── htmlparser2@3.8.2 (domelementtype@1.1.3, entities
  50. handler@2.3.0, readable-stream@1.1.13)
  51. └── express@4.10.4 (utils-merge@1.0.0, cookie@0.1.2,
  52. 2.4, vary@1.0.0, finalhandler@0.3.2, range-parser@1.0
  53. ent-disposition@0.5.0, cookie-signature@1.0.5, merge-
  54. atic@1.7.1, methods@1.1.0, parseurl@1.3.0, path-to-re
  55. 2.3.3, on-finished@2.1.1, proxy-addr@1.0.4, debug@2.1
  56. , type-is@1.5.3, accepts@1.1.3)
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. ---------------------------------------------------------------------------------------------------------------------------
  69.  
  70. and when i ran this code
  71.  
  72. git clone git://github.com/bnolan/scenevr-web/
  73. cd scenevr-web
  74. npm install
  75.  
  76. npm start
  77.  
  78.  
  79. ---------------------------------------------------------------------------------------------------------------------------
  80.  
  81. 0 info it worked if it ends with ok
  82. 1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
  83. 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
  84. 1 verbose cli 'start' ]
  85. 2 info using npm@1.4.28
  86. 3 info using node@v0.10.33
  87. 4 verbose node symlink C:\Program Files\nodejs\\node.exe
  88. 5 verbose run-script [ 'prestart', 'start', 'poststart' ]
  89. 6 info prestart scenevr-web@0.0.1
  90. 7 info start scenevr-web@0.0.1
  91. 8 verbose unsafe-perm in lifecycle true
  92. 9 info scenevr-web@0.0.1 Failed to exec start script
  93. 10 error scenevr-web@0.0.1 start: `coffee server.coffee`
  94. 10 error Exit status 1
  95. 11 error Failed at the scenevr-web@0.0.1 start script.
  96. 11 error This is most likely a problem with the scenevr-web package,
  97. 11 error not with npm itself.
  98. 11 error Tell the author that this fails on your system:
  99. 11 error coffee server.coffee
  100. 11 error You can get their info via:
  101. 11 error npm owner ls scenevr-web
  102. 11 error There is likely additional logging output above.
  103. 12 error System Windows_NT 6.2.9200
  104. 13 error command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
  105. 14 error cwd C:\Users\barry\scenevr-web
  106. 15 error node -v v0.10.33
  107. 16 error npm -v 1.4.28
  108. 17 error code ELIFECYCLE
  109. 18 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement