Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. C:\xampp183\htdocs\three> npm install node-image
  2. npm WARN package.json node-web-scrape@0.0.1 No repository field.
  3. npm WARN package.json node-web-scrape@0.0.1 No README data
  4. npm WARN engine node-image@0.7.1: wanted: {"node":"0.5.9-0.11.3"} (current: {"node":"v0.10.29","npm":"1.4.14"})
  5. /
  6.  
  7.  
  8. > node-image@0.7.1 install C:\xampp183\htdocs\three\node_modules\node-image
  9. > node-gyp rebuild
  10.  
  11. -
  12. C:\xampp183\htdocs\three\node_modules\node-image>node "C:\Program Files\nodejs\node_
  13. modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild
  14. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  15. | bindings.cpp
  16. FreeImage.cpp
  17. Image.cpp
  18. c:\users\stephan|2\.node-gyp\0.10.29\deps\uv\include\uv-private/uv-win.h(32): fatal error C1083: Cannot open include f
  19. ile: 'winsock2.h': No such file or directory (..\src\FreeImage.cpp) [C:\xampp183\htdocs\three\mrdoob-three.js-r67-1-gd3
  20. cb4e7\moje\node_modules\node-image\build\image.vcxproj]
  21. c:\users\stephan|2\.node-gyp\0.10.29\deps\uv\include\uv-private/uv-win.h(32): fatal error C1083: Cannot open include f
  22. ile: 'winsock2.h': No such file or directory (..\src\Image.cpp) [C:\xampp183\htdocs\three\mrdoob-three.js-r67-1-gd3cb4e
  23. 7\moje\node_modules\node-image\build\image.vcxproj]
  24. c:\users\stephan|2\.node-gyp\0.10.29\deps\uv\include\uv-private/uv-win.h(32): fatal error C1083: Cannot open include f
  25. ile: 'winsock2.h': No such file or directory (..\src\bindings.cpp) [C:\xampp183\htdocs\three\mrdoob-three.js-r67-1-gd3c
  26. b4e7\moje\node_modules\node-image\build\image.vcxproj]
  27. gyp ERR! build error
  28. gyp ERR! stack Error: `msbuild` failed with exit code: 1
  29. gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:2
  30. 67:23)
  31. gyp ERR! stack at ChildProcess.emit (events.js:98:17)
  32. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:809:12)
  33. gyp ERR! System Windows_NT 6.2.9200
  34. gyp ERR! command "node" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuil
  35. d"
  36. gyp ERR! cwd C:\xampp183\htdocs\three\node_modules\node-image
  37. gyp ERR! node -v v0.10.29
  38. gyp ERR! node-gyp -v v0.13.1
  39. gyp ERR! not ok
  40. npm ERR! node-image@0.7.1 install: `node-gyp rebuild`
  41. npm ERR! Exit status 1
  42. npm ERR!
  43. npm ERR! Failed at the node-image@0.7.1 install script.
  44. npm ERR! This is most likely a problem with the node-image package,
  45. npm ERR! not with npm itself.
  46. npm ERR! Tell the author that this fails on your system:
  47. npm ERR! node-gyp rebuild
  48. npm ERR! You can get their info via:
  49. npm ERR! npm owner ls node-image
  50. npm ERR! There is likely additional logging output above.
  51.  
  52. npm ERR! System Windows_NT 6.2.9200
  53. npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js"
  54. "install" "node-image"
  55. npm ERR! cwd C:\xampp183\htdocs\three
  56. npm ERR! node -v v0.10.29
  57. npm ERR! npm -v 1.4.14
  58. npm ERR! code ELIFECYCLE
  59. npm ERR!
  60. npm ERR! Additional logging details can be found in:
  61. npm ERR! C:\xampp183\htdocs\three\mrdoob-three.js-r67-1-gd3cb4e7\moje\npm-debug.log
  62. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement