Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\Users\nej\Desktop\pokus> npm install dv
  2. npm http GET https://registry.npmjs.org/dv
  3. npm http 304 https://registry.npmjs.org/dv
  4. npm http GET https://registry.npmjs.org/dv.data/1.2.1
  5. npm http 304 https://registry.npmjs.org/dv.data/1.2.1
  6.  
  7. > dv@1.7.1 install C:\Users\nej\Desktop\pokus\node_modules\dv
  8. > node-gyp rebuild
  9.  
  10.  
  11. C:\Users\nej\Desktop\pokus\node_modules\dv>node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_m
  12. odules\node-gyp\bin\node-gyp.js" rebuild
  13. C:\Users\nej\Desktop\pokus\node_modules\dv\build\deps\jpg\jpg.vcxproj(18,3): error MSB4019: The imported project "C:\Mi
  14. crosoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the fi
  15. le exists on disk.
  16. C:\Users\nej\Desktop\pokus\node_modules\dv\build\deps\lodepng\lodepng.vcxproj(18,3): error MSB4019: The imported projec
  17. t "C:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and tha
  18. t the file exists on disk.
  19. C:\Users\nej\Desktop\pokus\node_modules\dv\build\deps\tesseract\libtesseract.vcxproj(18,3): error MSB4019: The imported
  20.  project "C:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct,
  21. and that the file exists on disk.
  22. C:\Users\nej\Desktop\pokus\node_modules\dv\build\deps\zxing\libzxing.vcxproj(18,3): error MSB4019: The imported project
  23.  "C:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that
  24.  the file exists on disk.
  25. C:\Users\nej\Desktop\pokus\node_modules\dv\build\deps\leptonica\liblept.vcxproj(18,3): error MSB4019: The imported proj
  26. ect "C:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and t
  27. hat the file exists on disk.
  28. gyp ERR! build error
  29. gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed with exit code: 1
  30. gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:2
  31. 67:23)
  32. gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
  33. gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:797:12)
  34. gyp ERR! System Windows_NT 6.1.7601
  35. gyp ERR! command "node" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuil
  36. d"
  37. gyp ERR! cwd C:\Users\nej\Desktop\pokus\node_modules\dv
  38. gyp ERR! node -v v0.10.26
  39. gyp ERR! node-gyp -v v0.12.2
  40. gyp ERR! not ok
  41. npm ERR! dv@1.7.1 install: `node-gyp rebuild`
  42. npm ERR! Exit status 1
  43. npm ERR!
  44. npm ERR! Failed at the dv@1.7.1 install script.
  45. npm ERR! This is most likely a problem with the dv package,
  46. npm ERR! not with npm itself.
  47. npm ERR! Tell the author that this fails on your system:
  48. npm ERR!     node-gyp rebuild
  49. npm ERR! You can get their info via:
  50. npm ERR!     npm owner ls dv
  51. npm ERR! There is likely additional logging output above.
  52.  
  53. npm ERR! System Windows_NT 6.1.7601
  54. npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js"
  55.  "install" "dv"
  56. npm ERR! cwd C:\Users\nej\Desktop\pokus
  57. npm ERR! node -v v0.10.26
  58. npm ERR! npm -v 1.4.3
  59. npm ERR! code ELIFECYCLE
  60. npm ERR!
  61. npm ERR! Additional logging details can be found in:
  62. npm ERR!     C:\Users\nej\Desktop\pokus\npm-debug.log
  63. npm ERR! not ok code 0
  64. PS C:\Users\nej\Desktop\pokus>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement