Advertisement
Guest User

Untitled

a guest
Oct 14th, 2020 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. PS C:\Users\Roman\Desktop\Coding\KBot5.0> npm i @nuxtjs/vuetify
  2.  
  3. > [email protected] install C:\Users\Roman\Desktop\Coding\KBot5.0\node_modules\fibers
  4. > node build.js || nodejs build.js
  5.  
  6.  
  7. C:\Users\Roman\Desktop\Coding\KBot5.0\node_modules\fibers>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 --release ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild --release )
  8. gyp ERR! find Python
  9. gyp ERR! find Python Python is not set from command line or npm configuration
  10. gyp ERR! find Python Python is not set from environment variable PYTHON
  11. gyp ERR! find Python checking if "python" can be used
  12. gyp ERR! find Python - "python" is not in PATH or produced an error
  13. gyp ERR! find Python checking if "python2" can be used
  14. gyp ERR! find Python - "python2" is not in PATH or produced an error
  15. gyp ERR! find Python checking if "python3" can be used
  16. gyp ERR! find Python - "python3" is not in PATH or produced an error
  17. gyp ERR! find Python checking if the py launcher can be used to find Python 2
  18. gyp ERR! find Python - "py.exe" is not in PATH or produced an error
  19. gyp ERR! find Python checking if Python is C:\Python27\python.exe
  20. gyp ERR! find Python - "C:\Python27\python.exe" could not be run
  21. gyp ERR! find Python checking if Python is C:\Python37\python.exe
  22. gyp ERR! find Python - "C:\Python37\python.exe" could not be run
  23. gyp ERR! find Python
  24. gyp ERR! find Python **********************************************************
  25. gyp ERR! find Python You need to install the latest version of Python.
  26. gyp ERR! find Python Node-gyp should be able to find and use Python. If
  27. not,
  28. gyp ERR! find Python you can try one of the following options:
  29. gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"
  30. gyp ERR! find Python (accepted by both node-gyp and npm)
  31. gyp ERR! find Python - Set the environment variable PYTHON
  32. gyp ERR! find Python - Set the npm configuration variable python:
  33. gyp ERR! find Python npm config set python "C:\Path\To\python.exe"
  34. gyp ERR! find Python For more information consult the documentation at:
  35. gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
  36. gyp ERR! find Python **********************************************************
  37. gyp ERR! find Python
  38. gyp ERR! configure error
  39. gyp ERR! stack Error: Could not find any Python installation to use
  40. gyp ERR! stack at PythonFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:307:47)
  41. gyp ERR! stack at PythonFinder.runChecks (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:136:21)
  42. gyp ERR! stack at PythonFinder.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:225:16)
  43. gyp ERR! stack at PythonFinder.execFileCallback (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:271:16)
  44. gyp ERR! stack at exithandler (child_process.js:315:5)
  45. gyp ERR! stack at ChildProcess.errorhandler (child_process.js:327:5)gyp ERR! stack at ChildProcess.emit (events.js:314:20)
  46. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:274:12)
  47. gyp ERR! stack at onErrorNT (internal/child_process.js:468:16)
  48. gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:80:21)
  49. gyp ERR! System Windows_NT 10.0.19041
  50. gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js"
  51. "rebuild" "--release"
  52. gyp ERR! cwd C:\Users\Roman\Desktop\Coding\KBot5.0\node_modules\fibers
  53. gyp ERR! node -v v14.5.0
  54. gyp ERR! node-gyp -v v5.1.0
  55. gyp ERR! not ok
  56. node-gyp exited with code: 1
  57. Please make sure you are using a supported platform and node version. If you
  58. would like to compile fibers on this machine please make sure you have setup your
  59. build environment--
  60. Windows + OS X instructions here: https://github.com/nodejs/node-gyp
  61. Ubuntu users please run: `sudo apt-get install g++ build-essential`
  62. RHEL users please run: `yum install gcc-c++` and `yum groupinstall 'Development Tools'`
  63. Alpine users please run: `sudo apk add python make g++`
  64. "nodejs" не является внутренней или внешней
  65. командой, исполняемой программой или пакетным файлом.
  66. npm WARN [email protected] No repository field.
  67. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
  68. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  69. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\watchpack-chokidar2\node_modules\fsevents):
  70. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  71.  
  72. npm ERR! code ELIFECYCLE
  73. npm ERR! errno 1
  74. npm ERR! [email protected] install: `node build.js || nodejs build.js`
  75. npm ERR! Exit status 1
  76. npm ERR!
  77. npm ERR! Failed at the [email protected] install script.
  78. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  79.  
  80. npm ERR! A complete log of this run can be found in:
  81. npm ERR! C:\Users\Roman\AppData\Roaming\npm-cache\_logs\2020-10-14T12_37_25_545Z-debug.log
  82. PS C:\Users\Roman\Desktop\Coding\KBot5.0>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement