Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---------------------------------------------------------------------------------------------------------------------------------
- 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
- ------------------------------------------------------------------------------------------------------------------------
- C:\Users\barry>npm install -g scenevr
- npm ERR! fetch failed https://registry.npmjs.org/cors
- npm ERR! fetch failed https://registry.npmjs.org/webs
- npm ERR! fetch failed https://registry.npmjs.org/unde
- gz
- npm ERR! fetch failed https://registry.npmjs.org/unde
- gz
- \
- > [email protected] install C:\Users\barry\AppData\Roam
- r\node_modules\websocket
- > node install.js
- [websocket v1.0.8] Attempting to compile native exten
- [websocket v1.0.8]
- Native code compile failed!!
- Please note that this module DOES NOT REQUIRE the
- and will still work without them, though not quit
- On Windows, native extensions require Visual Stud
- On Unix, native extensions require Python, make a
- Start npm with --websocket:verbose to show compil
- C:\Users\barry\AppData\Roaming\npm\scenevr -> C:\User
- \node_modules\scenevr\server.js
- [email protected] C:\Users\barry\AppData\Roaming\npm\node
- ├── [email protected] ([email protected], color-convert@0.
- ├── [email protected] ([email protected], entities
- [email protected], [email protected], merge-
- ---------------------------------------------------------------------------------------------------------------------------
- and when i ran this code
- git clone git://github.com/bnolan/scenevr-web/
- cd scenevr-web
- npm install
- npm start
- ---------------------------------------------------------------------------------------------------------------------------
- 0 info it worked if it ends with ok
- 1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
- 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
- 1 verbose cli 'start' ]
- 2 info using [email protected]
- 3 info using [email protected]
- 4 verbose node symlink C:\Program Files\nodejs\\node.exe
- 5 verbose run-script [ 'prestart', 'start', 'poststart' ]
- 6 info prestart [email protected]
- 7 info start [email protected]
- 8 verbose unsafe-perm in lifecycle true
- 9 info [email protected] Failed to exec start script
- 10 error [email protected] start: `coffee server.coffee`
- 10 error Exit status 1
- 11 error Failed at the [email protected] start script.
- 11 error This is most likely a problem with the scenevr-web package,
- 11 error not with npm itself.
- 11 error Tell the author that this fails on your system:
- 11 error coffee server.coffee
- 11 error You can get their info via:
- 11 error npm owner ls scenevr-web
- 11 error There is likely additional logging output above.
- 12 error System Windows_NT 6.2.9200
- 13 error command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
- 14 error cwd C:\Users\barry\scenevr-web
- 15 error node -v v0.10.33
- 16 error npm -v 1.4.28
- 17 error code ELIFECYCLE
- 18 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement