Advertisement
Guest User

Npm Fehlermeldung

a guest
Jun 16th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
  2. npm ERR! code 1
  3. npm ERR! path C:\Users\maxmustermann\Desktop\robotjs\node_modules\robotjs
  4. npm ERR! command failed
  5. npm ERR! command C:\Windows\system32\cmd.exe /d /s /c prebuild-install || node-gyp rebuild
  6. npm ERR! gyp info it worked if it ends with ok
  7. npm ERR! gyp info using node-gyp@9.0.0
  8. npm ERR! gyp info using node@18.3.0 | win32 | x64
  9. npm ERR! gyp info find Python using Python version 3.10.5 found at "C:\Users\maxmustermann\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe"
  10. npm ERR! gyp ERR! find VS
  11. npm ERR! gyp ERR! find VS msvs_version not set from command line or npm config
  12. npm ERR! gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
  13. npm ERR! gyp ERR! find VS checking VS2022 (17.2.32602.215) found at:
  14. npm ERR! gyp ERR! find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
  15. npm ERR! gyp ERR! find VS - found "Visual Studio C++ core features"
  16. npm ERR! gyp ERR! find VS - missing any VC++ toolset
  17. npm ERR! gyp ERR! find VS checking VS2019 (16.11.32602.291) found at:
  18. npm ERR! gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools"
  19. npm ERR! gyp ERR! find VS - found "Visual Studio C++ core features"
  20. npm ERR! gyp ERR! find VS - missing any VC++ toolset
  21. npm ERR! gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use
  22. npm ERR! gyp ERR! find VS looking for Visual Studio 2015
  23. npm ERR! gyp ERR! find VS - not found
  24. npm ERR! gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8
  25. npm ERR! gyp ERR! find VS
  26. npm ERR! gyp ERR! find VS **************************************************************
  27. npm ERR! gyp ERR! find VS You need to install the latest version of Visual Studio
  28. npm ERR! gyp ERR! find VS including the "Desktop development with C++" workload.
  29. npm ERR! gyp ERR! find VS For more information consult the documentation at:
  30. npm ERR! gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
  31. npm ERR! gyp ERR! find VS **************************************************************
  32. npm ERR! gyp ERR! find VS
  33. npm ERR! gyp ERR! configure error
  34. npm ERR! gyp ERR! stack Error: Could not find any Visual Studio installation to use
  35. npm ERR! gyp ERR! stack   at VisualStudioFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:122:47)
  36. npm ERR! gyp ERR! stack   at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:75:16
  37. npm ERR! gyp ERR! stack   at VisualStudioFinder.findVisualStudio2013 (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:363:14)
  38. npm ERR! gyp ERR! stack   at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:71:14
  39. npm ERR! gyp ERR! stack   at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:384:16
  40. npm ERR! gyp ERR! stack   at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:54:7    
  41. npm ERR! gyp ERR! stack   at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:33:16    
  42. npm ERR! gyp ERR! stack   at ChildProcess.exithandler (node:child_process:395:5)
  43. npm ERR! gyp ERR! stack   at ChildProcess.emit (node:events:527:28)
  44. npm ERR! gyp ERR! stack   at maybeClose (node:internal/child_process:1090:16)
  45. npm ERR! gyp ERR! System Windows_NT 10.0.19044
  46. npm ERR! 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"
  47. npm ERR! gyp ERR! cwd C:\Users\maxmustermann\Desktop\robotjs\node_modules\robotjs
  48. npm ERR! gyp ERR! node -v v18.3.0
  49. npm ERR! gyp ERR! node-gyp -v v9.0.0
  50. npm ERR! gyp ERR! not ok
  51.  
  52. npm ERR! A complete log of this run can be found in:
  53. npm ERR!   C:\Users\maxmustermann\AppData\Local\npm-cache\_logs\2022-06-16T13_03_34_422Z-debug-0.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement