Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. $ npm i
  2.  
  3. > drivelist@8.0.6 install C:\Users\valen\Documents\GitHub\RetroBox\desktop\node_modules\drivelist
  4. > prebuild-install || node-gyp rebuild
  5.  
  6. prebuild-install WARN install No prebuilt binaries found (target=10.15.0 runtime=node arch=x64 libc= platform=win32)
  7.  
  8. C:\Users\valen\Documents\GitHub\RetroBox\desktop\node_modules\drivelist>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
  9. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  10. FileTracker : error : Could not load UI satellite dll 'TrackerUI.dll'. Make sure it exists in an LCID subdirectory of 'C:\Program Files (x86)\MSBuild\14.0\bin\'. [C:\Users\valen\Documents\GitHub\RetroBox\desktop\node_modules\drivelist\build\drivelist.vcxproj]
  11. gyp ERR! build error
  12. gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
  13. gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23)
  14. gyp ERR! stack at ChildProcess.emit (events.js:182:13)
  15. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
  16. gyp ERR! System Windows_NT 10.0.17134
  17. 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"
  18. gyp ERR! cwd C:\Users\valen\Documents\GitHub\RetroBox\desktop\node_modules\drivelist
  19. gyp ERR! node -v v10.15.0
  20. gyp ERR! node-gyp -v v3.8.0
  21. gyp ERR! not ok
  22. npm WARN @retrobox/desktop@0.0.1 No repository field.
  23. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
  24. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  25.  
  26. npm ERR! code ELIFECYCLE
  27. npm ERR! errno 1
  28. npm ERR! drivelist@8.0.6 install: `prebuild-install || node-gyp rebuild`
  29. npm ERR! Exit status 1
  30. npm ERR!
  31. npm ERR! Failed at the drivelist@8.0.6 install script.
  32. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  33.  
  34. npm ERR! A complete log of this run can be found in:
  35. npm ERR! C:\Users\valen\AppData\Roaming\npm-cache\_logs\2019-04-10T14_39_17_638Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement