Advertisement
bazz12345

scenevr errors

Dec 9th, 2014
393
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. > [email protected] 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. [email protected] C:\Users\barry\AppData\Roaming\npm\node
  41. ├── [email protected] ([email protected], color-convert@0.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. ---------------------------------------------------------------------------------------------------------------------------
  54.  
  55. and when i ran this code
  56.  
  57. git clone git://github.com/bnolan/scenevr-web/
  58. cd scenevr-web
  59. npm install
  60.  
  61. npm start
  62.  
  63.  
  64. ---------------------------------------------------------------------------------------------------------------------------
  65.  
  66. 0 info it worked if it ends with ok
  67. 1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
  68. 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
  69. 1 verbose cli 'start' ]
  70. 2 info using [email protected]
  71. 3 info using [email protected]
  72. 4 verbose node symlink C:\Program Files\nodejs\\node.exe
  73. 5 verbose run-script [ 'prestart', 'start', 'poststart' ]
  74. 6 info prestart [email protected]
  75. 7 info start [email protected]
  76. 8 verbose unsafe-perm in lifecycle true
  77. 9 info [email protected] Failed to exec start script
  78. 10 error [email protected] start: `coffee server.coffee`
  79. 10 error Exit status 1
  80. 11 error Failed at the [email protected] start script.
  81. 11 error This is most likely a problem with the scenevr-web package,
  82. 11 error not with npm itself.
  83. 11 error Tell the author that this fails on your system:
  84. 11 error coffee server.coffee
  85. 11 error You can get their info via:
  86. 11 error npm owner ls scenevr-web
  87. 11 error There is likely additional logging output above.
  88. 12 error System Windows_NT 6.2.9200
  89. 13 error command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
  90. 14 error cwd C:\Users\barry\scenevr-web
  91. 15 error node -v v0.10.33
  92. 16 error npm -v 1.4.28
  93. 17 error code ELIFECYCLE
  94. 18 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement