Advertisement
JasperTdev

Untitled

Oct 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. C:\Users\terhe\Evolution>npm i node-opus
  2.  
  3. > ref@1.3.5 install C:\Users\terhe\Evolution\node_modules\ref
  4. > node-gyp rebuild
  5.  
  6.  
  7. C:\Users\terhe\Evolution\node_modules\ref>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 )
  8. gyp ERR! configure error
  9. gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
  10. gyp ERR! stack at PythonFinder.failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:484:19)
  11. gyp ERR! stack at PythonFinder.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:509:16)
  12. gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:282:31
  13. gyp ERR! stack at FSReqWrap.oncomplete (fs.js:153:21)
  14. gyp ERR! System Windows_NT 10.0.18362
  15. 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"
  16. gyp ERR! cwd C:\Users\terhe\Evolution\node_modules\ref
  17. gyp ERR! node -v v10.16.0
  18. gyp ERR! node-gyp -v v3.8.0
  19. gyp ERR! not ok
  20.  
  21. > node-opus@0.3.3 install C:\Users\terhe\Evolution\node_modules\node-opus
  22. > node-gyp rebuild
  23.  
  24.  
  25. C:\Users\terhe\Evolution\node_modules\node-opus>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 )
  26. gyp ERR! configure error
  27. gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
  28. gyp ERR! stack at PythonFinder.failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:484:19)
  29. gyp ERR! stack at PythonFinder.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:509:16)
  30. gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:282:31
  31. gyp ERR! stack at FSReqWrap.oncomplete (fs.js:153:21)
  32. gyp ERR! System Windows_NT 10.0.18362
  33. 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"
  34. gyp ERR! cwd C:\Users\terhe\Evolution\node_modules\node-opus
  35. gyp ERR! node -v v10.16.0
  36. gyp ERR! node-gyp -v v3.8.0
  37. gyp ERR! not ok
  38. npm WARN discord.js@11.5.1 requires a peer of bufferutil@^4.0.0 but none is installed. You must install peer dependencies yourself.
  39. npm WARN discord.js@11.5.1 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
  40. npm WARN discord.js@11.5.1 requires a peer of libsodium-wrappers@^0.7.3 but none is installed. You must install peer dependencies yourself.
  41. npm WARN discord.js@11.5.1 requires a peer of node-opus@^0.2.7 but none is installed. You must install peer dependencies yourself.
  42. npm WARN discord.js@11.5.1 requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself.
  43. npm WARN discord.js@11.5.1 requires a peer of sodium@^2.0.3 but none is installed. You must install peer dependencies yourself.
  44. 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.
  45. npm WARN Discord-Bot-Maker-Bot@1.3.0-beta.5 No repository field.
  46. npm WARN Discord-Bot-Maker-Bot@1.3.0-beta.5 No license field.
  47. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ref@1.3.5 (node_modules\ref):
  48. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ref@1.3.5 install: `node-gyp rebuild`
  49. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
  50.  
  51. npm ERR! code ELIFECYCLE
  52. npm ERR! errno 1
  53. npm ERR! node-opus@0.3.3 install: `node-gyp rebuild`
  54. npm ERR! Exit status 1
  55. npm ERR!
  56. npm ERR! Failed at the node-opus@0.3.3 install script.
  57. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  58.  
  59. npm ERR! A complete log of this run can be found in:
  60. npm ERR! C:\Users\terhe\AppData\Roaming\npm-cache\_logs\2019-10-22T06_52_20_755Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement