Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. C:\Users\Timan\Desktop\Voice-Bot-master>npm install
  2.  
  3. > ref@1.3.5 install C:\Users\Timan\Desktop\Voice-Bot-master\node_modules\ref
  4. > node-gyp rebuild
  5.  
  6.  
  7. C:\Users\Timan\Desktop\Voice-Bot-master\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: Command failed: C:\Users\Timan\AppData\Local\Programs\Python\Python36\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3];
  10. gyp ERR! stack File "<string>", line 1
  11. gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3];
  12. gyp ERR! stack ^
  13. gyp ERR! stack SyntaxError: invalid syntax
  14. gyp ERR! stack
  15. gyp ERR! stack at ChildProcess.exithandler (child_process.js:289:12)
  16. gyp ERR! stack at ChildProcess.emit (events.js:182:13)
  17. gyp ERR! stack at maybeClose (internal/child_process.js:962:16)
  18. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
  19. gyp ERR! System Windows_NT 10.0.17134
  20. 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"
  21. gyp ERR! cwd C:\Users\Timan\Desktop\Voice-Bot-master\node_modules\ref
  22. gyp ERR! node -v v10.14.1
  23. gyp ERR! node-gyp -v v3.8.0
  24. gyp ERR! not ok
  25.  
  26. > node-opus@0.2.9 install C:\Users\Timan\Desktop\Voice-Bot-master\node_modules\node-opus
  27. > node-gyp rebuild
  28.  
  29.  
  30. C:\Users\Timan\Desktop\Voice-Bot-master\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 )
  31. gyp ERR! configure error
  32. gyp ERR! stack Error: Command failed: C:\Users\Timan\AppData\Local\Programs\Python\Python36\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3];
  33. gyp ERR! stack File "<string>", line 1
  34. gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3];
  35. gyp ERR! stack ^
  36. gyp ERR! stack SyntaxError: invalid syntax
  37. gyp ERR! stack
  38. gyp ERR! stack at ChildProcess.exithandler (child_process.js:289:12)
  39. gyp ERR! stack at ChildProcess.emit (events.js:182:13)
  40. gyp ERR! stack at maybeClose (internal/child_process.js:962:16)
  41. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
  42. gyp ERR! System Windows_NT 10.0.17134
  43. 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"
  44. gyp ERR! cwd C:\Users\Timan\Desktop\Voice-Bot-master\node_modules\node-opus
  45. gyp ERR! node -v v10.14.1
  46. gyp ERR! node-gyp -v v3.8.0
  47. gyp ERR! not ok
  48. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ref@1.3.5 (node_modules\ref):
  49. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ref@1.3.5 install: `node-gyp rebuild`
  50. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
  51.  
  52. npm ERR! code ELIFECYCLE
  53. npm ERR! errno 1
  54. npm ERR! node-opus@0.2.9 install: `node-gyp rebuild`
  55. npm ERR! Exit status 1
  56. npm ERR!
  57. npm ERR! Failed at the node-opus@0.2.9 install script.
  58. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  59.  
  60. npm ERR! A complete log of this run can be found in:
  61. npm ERR! C:\Users\Timan\AppData\Roaming\npm-cache\_logs\2019-01-23T14_52_35_118Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement