Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. > integer@2.1.0 install C:\Users\Administrator\Desktop\capBot\node_modules\integer
  2. > node-gyp rebuild
  3.  
  4.  
  5. C:\Users\Administrator\Desktop\capBot\node_modules\integer>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 )
  6. gyp ERR! find Python
  7. gyp ERR! find Python Python is not set from command line or npm configuration
  8. gyp ERR! find Python Python is not set from environment variable PYTHON
  9. gyp ERR! find Python checking if "python" can be used
  10. gyp ERR! find Python - "python" is not in PATH or produced an error
  11. gyp ERR! find Python checking if "python2" can be used
  12. gyp ERR! find Python - "python2" is not in PATH or produced an error
  13. gyp ERR! find Python checking if "python3" can be used
  14. gyp ERR! find Python - "python3" is not in PATH or produced an error
  15. gyp ERR! find Python checking if the py launcher can be used to find Python 2
  16. gyp ERR! find Python - "py.exe" is not in PATH or produced an error
  17. gyp ERR! find Python checking if Python is C:\Python27\python.exe
  18. gyp ERR! find Python - "C:\Python27\python.exe" could not be run
  19. gyp ERR! find Python checking if Python is C:\Python37\python.exe
  20. gyp ERR! find Python - "C:\Python37\python.exe" could not be run
  21. gyp ERR! find Python
  22. gyp ERR! find Python **********************************************************
  23. gyp ERR! find Python You need to install the latest version of Python.
  24. gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
  25. gyp ERR! find Python you can try one of the following options:
  26. gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"
  27. gyp ERR! find Python (accepted by both node-gyp and npm)
  28. gyp ERR! find Python - Set the environment variable PYTHON
  29. gyp ERR! find Python - Set the npm configuration variable python:
  30. gyp ERR! find Python npm config set python "C:\Path\To\python.exe"
  31. gyp ERR! find Python For more information consult the documentation at:
  32. gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
  33. gyp ERR! find Python **********************************************************
  34. gyp ERR! find Python
  35. gyp ERR! configure error
  36. gyp ERR! stack Error: Could not find any Python installation to use
  37. gyp ERR! stack at PythonFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:307:47)
  38. gyp ERR! stack at PythonFinder.runChecks (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:136:21)
  39. gyp ERR! stack at PythonFinder.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:225:16)
  40. gyp ERR! stack at PythonFinder.execFileCallback (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:271:16)
  41. gyp ERR! stack at exithandler (child_process.js:310:5)
  42. gyp ERR! stack at ChildProcess.errorhandler (child_process.js:322:5)
  43. gyp ERR! stack at ChildProcess.emit (events.js:311:20)
  44. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12)
  45. gyp ERR! stack at onErrorNT (internal/child_process.js:469:16)
  46. gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:84:21)
  47. gyp ERR! System Windows_NT 10.0.17763
  48. 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"
  49. gyp ERR! cwd C:\Users\Administrator\Desktop\capBot\node_modules\integer
  50. gyp ERR! node -v v12.16.1
  51. gyp ERR! node-gyp -v v5.0.5
  52. gyp ERR! not ok
  53. npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\Administrator\Desktop\capBot\package.json'
  54. npm WARN discord.js@11.5.1 requires a peer of @discordjs/uws@^10.149.0 but none is installed. You must install peer dependencies yourself.
  55. npm WARN capBot No description
  56. npm WARN capBot No repository field.
  57. npm WARN capBot No README data
  58. npm WARN capBot No license field.
  59.  
  60. npm ERR! code ELIFECYCLE
  61. npm ERR! errno 1
  62. npm ERR! integer@2.1.0 install: `node-gyp rebuild`
  63. npm ERR! Exit status 1
  64. npm ERR!
  65. npm ERR! Failed at the integer@2.1.0 install script.
  66. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  67.  
  68. npm ERR! A complete log of this run can be found in:
  69. npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2020-02-22T22_03_54_375Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement