Advertisement
Guest User

npm cli error

a guest
Feb 13th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if not defined npm_config_node_gyp (node "D:\Programme\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "D:\Programme\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
  2. gyp ERR! find VS
  3. gyp ERR! find VS msvs_version not set from command line or npm config
  4. gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
  5. gyp ERR! find VS checking VS2019 (16.8.30907.101) found at:
  6. gyp ERR! find VS "D:\Programme\Microsoft Visual Studio\2019\Community"
  7. gyp ERR! find VS - "Visual Studio C++ core features" missing
  8. gyp ERR! find VS checking VS2017 (15.9.28307.1300) found at:
  9. gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools"
  10. gyp ERR! find VS - "Visual Studio C++ core features" missing
  11. gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use
  12. gyp ERR! find VS looking for Visual Studio 2015
  13. gyp ERR! find VS - not found
  14. gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8
  15. gyp ERR! find VS
  16. gyp ERR! find VS **************************************************************
  17. gyp ERR! find VS You need to install the latest version of Visual Studio
  18. gyp ERR! find VS including the "Desktop development with C++" workload.
  19. gyp ERR! find VS For more information consult the documentation at:
  20. gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
  21. gyp ERR! find VS **************************************************************
  22. gyp ERR! find VS
  23. gyp ERR! configure error
  24. gyp ERR! stack Error: Could not find any Visual Studio installation to use
  25. gyp ERR! stack     at VisualStudioFinder.fail (D:\Programme\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:121:47)
  26. gyp ERR! stack     at D:\Programme\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:74:16
  27. gyp ERR! stack     at VisualStudioFinder.findVisualStudio2013 (D:\Programme\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:351:14)
  28. gyp ERR! stack     at D:\Programme\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:70:14
  29. gyp ERR! stack     at D:\Programme\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:372:16
  30. gyp ERR! stack     at D:\Programme\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:54:7
  31. gyp ERR! stack     at D:\Programme\nodejs\node_modules\npm\node_modules\node-gyp\lib\util.js:33:16
  32. gyp ERR! stack     at ChildProcess.exithandler (child_process.js:315:5)
  33. gyp ERR! stack     at ChildProcess.emit (events.js:315:20)
  34. gyp ERR! stack     at maybeClose (internal/child_process.js:1048:16)
  35. gyp ERR! System Windows_NT 10.0.19042
  36. gyp ERR! command "D:\\Programme\\nodejs\\node.exe" "D:\\Programme\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
  37. gyp ERR! cwd D:\dev\React\anime-finder\node_modules\iltorb
  38. gyp ERR! node -v v14.15.0
  39. gyp ERR! node-gyp -v v5.1.0
  40. gyp ERR! not ok
  41. npm WARN bootstrap@4.5.2 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
  42. npm WARN bootstrap@4.5.2 requires a peer of popper.js@^1.16.1 but none is installed. You must install peer dependencies yourself.
  43. npm WARN tsutils@3.17.1 requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
  44. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules\fsevents):
  45. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  46. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\jest-haste-map\node_modules\fsevents):
  47. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  48. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\watchpack-chokidar2\node_modules\fsevents):
  49. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  50. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\webpack-dev-server\node_modules\fsevents):
  51. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  52.  
  53. npm ERR! code ELIFECYCLE
  54. npm ERR! errno 1
  55. npm ERR! iltorb@2.4.5 install: `node ./scripts/install.js || node-gyp rebuild`
  56. npm ERR! Exit status 1
  57. npm ERR!
  58. npm ERR! Failed at the iltorb@2.4.5 install script.
  59. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement