Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. ``` c:\users\diego marcos\.node-gyp\11.9.0\include\node\v8.h(2571): note: see declaration of 'v8::Value::Uint32Value'
  2. x:\development\exokit\deps\openvr\src\ivrcompositor.cpp(317): warning C4996: 'v8::Value::Uint32Value': was declared deprecated [X:\Development\exokit\build\exokit.vcxproj]
  3. c:\users\diego marcos\.node-gyp\11.9.0\include\node\v8.h(2571): note: see declaration of 'v8::Value::Uint32Value'
  4. x:\development\exokit\deps\exokit-bindings\webrtc\include\common.h(17): warning C4005: 'ERROR': macro redefinition (compiling source file ..\deps\exokit-bindings\webrtc\sr
  5. c\stats-observer.cc) [X:\Development\exokit\build\exokit.vcxproj]
  6. c:\program files (x86)\windows kits\10\include\10.0.17763.0\um\wingdi.h(118): note: see previous definition of 'ERROR' (compiling source file ..\deps\exokit-bindings\web
  7. rtc\src\stats-observer.cc)
  8. C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(423,5): error MSB6006: "CL.exe" exited with code 2. [X:\
  9. Development\exokit\build\exokit.vcxproj]
  10. gyp ERR! build error
  11. gyp ERR! stack Error: `msbuild` failed with exit code: 1
  12. gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23)
  13. gyp ERR! stack at ChildProcess.emit (events.js:197:13)
  14. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
  15. gyp ERR! System Windows_NT 10.0.17134
  16. gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
  17. gyp ERR! cwd X:\Development\exokit
  18. gyp ERR! node -v v11.9.0
  19. gyp ERR! node-gyp -v v3.8.0
  20. gyp ERR! not ok
  21. npm ERR! code ELIFECYCLE
  22. npm ERR! errno 1
  23. npm ERR! exokit@0.0.520 install: `node ./scripts/preinstall.js && node-gyp configure --msvs_version=2017 && node-gyp rebuild`
  24. npm ERR! Exit status 1
  25. npm ERR!
  26. npm ERR! Failed at the exokit@0.0.520 install script.
  27. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  28.  
  29. npm ERR! A complete log of this run can be found in:
  30. npm ERR! C:\Users\Diego Marcos\AppData\Roaming\npm-cache\_logs\2019-03-20T22_12_05_349Z-debug.log```\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement