Advertisement
Everath

Untitled

Sep 19th, 2017
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. Everath@Evercat MINGW64 ~/Desktop/TestCode (master)
  2. $ npm install noodlejs
  3.  
  4. > node-expat@2.3.16 install C:\Users\Everath\Desktop\TestCode\node_modules\node-expat
  5. > node-gyp rebuild
  6.  
  7.  
  8. C:\Users\Everath\Desktop\TestCode\node_modules\node-expat>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modul
  9. es\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "" rebuild )
  10. gyp ERR! configure error
  11. gyp ERR! stack Error: Python executable "C:\Users\Everath\AppData\Local\Programs\Python\Python35-32\python.EXE" is v3.5.2, which is no
  12. t supported by gyp.
  13. gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.
  14. gyp ERR! stack at failPythonVersion (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:454:14)
  15. gyp ERR! stack at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:443:9
  16. gyp ERR! stack at ChildProcess.exithandler (child_process.js:189:7)
  17. gyp ERR! stack at emitTwo (events.js:106:13)
  18. gyp ERR! stack at ChildProcess.emit (events.js:191:7)
  19. gyp ERR! stack at maybeClose (internal/child_process.js:920:16)
  20. gyp ERR! stack at Socket.<anonymous> (internal/child_process.js:351:11)
  21. gyp ERR! stack at emitOne (events.js:96:13)
  22. gyp ERR! stack at Socket.emit (events.js:188:7)
  23. gyp ERR! stack at Pipe._handle.close [as _onclose] (net.js:497:12)
  24. gyp ERR! System Windows_NT 6.1.7601
  25. gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\nod
  26. e-gyp.js" "rebuild"
  27. gyp ERR! cwd C:\Users\Everath\Desktop\TestCode\node_modules\node-expat
  28. gyp ERR! node -v v6.11.3
  29. gyp ERR! node-gyp -v v3.4.0
  30. gyp ERR! not ok
  31. TestCode@1.0.0 C:\Users\Everath\Desktop\TestCode
  32. +-- UNMET PEER DEPENDENCY bufferutil@^3.0.2
  33. +-- UNMET PEER DEPENDENCY erlpack@hammerandchisel/erlpack
  34. +-- UNMET PEER DEPENDENCY libsodium-wrappers@^0.5.4
  35. +-- UNMET PEER DEPENDENCY node-opus@^0.2.6
  36. +-- UNMET PEER DEPENDENCY opusscript@^0.0.3
  37. +-- UNMET PEER DEPENDENCY sodium@^2.0.1
  38. `-- UNMET PEER DEPENDENCY uws@^0.14.5
  39.  
  40. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
  41. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {
  42. "os":"win32","arch":"x64"})
  43. npm WARN discord.js@11.2.1 requires a peer of bufferutil@^3.0.2 but none was installed.
  44. npm WARN discord.js@11.2.1 requires a peer of erlpack@hammerandchisel/erlpack but none was installed.
  45. npm WARN discord.js@11.2.1 requires a peer of node-opus@^0.2.6 but none was installed.
  46. npm WARN discord.js@11.2.1 requires a peer of opusscript@^0.0.3 but none was installed.
  47. npm WARN discord.js@11.2.1 requires a peer of sodium@^2.0.1 but none was installed.
  48. npm WARN discord.js@11.2.1 requires a peer of libsodium-wrappers@^0.5.4 but none was installed.
  49. npm WARN discord.js@11.2.1 requires a peer of uws@^0.14.5 but none was installed.
  50. npm WARN TestCode@1.0.0 No description
  51. npm WARN TestCode@1.0.0 No repository field.
  52. npm ERR! Windows_NT 6.1.7601
  53. npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "noodlej
  54. s"
  55. npm ERR! node v6.11.3
  56. npm ERR! npm v3.10.10
  57. npm ERR! code ELIFECYCLE
  58.  
  59. npm ERR! node-expat@2.3.16 install: `node-gyp rebuild`
  60. npm ERR! Exit status 1
  61. npm ERR!
  62. npm ERR! Failed at the node-expat@2.3.16 install script 'node-gyp rebuild'.
  63. npm ERR! Make sure you have the latest version of node.js and npm installed.
  64. npm ERR! If you do, this is most likely a problem with the node-expat package,
  65. npm ERR! not with npm itself.
  66. npm ERR! Tell the author that this fails on your system:
  67. npm ERR! node-gyp rebuild
  68. npm ERR! You can get information on how to open an issue for this project with:
  69. npm ERR! npm bugs node-expat
  70. npm ERR! Or if that isn't available, you can get their info via:
  71. npm ERR! npm owner ls node-expat
  72. npm ERR! There is likely additional logging output above.
  73.  
  74. npm ERR! Please include the following file with any support request:
  75. npm ERR! C:\Users\Everath\Desktop\TestCode\npm-debug.log
  76. npm ERR! code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement