Advertisement
Guest User

Untitled

a guest
Sep 30th, 2017
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. gyp ERR! configure error
  2. gyp ERR! stack Error: Python executable "/usr/share/atom/resources/app/apm/bin/python-interceptor.sh" is v3.6.2, which is not supported by gyp.
  3. gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.
  4. gyp ERR! stack at failPythonVersion (/usr/share/atom/resources/app/apm/node_modules/node-gyp/lib/configure.js:454:14)
  5. gyp ERR! stack at /usr/share/atom/resources/app/apm/node_modules/node-gyp/lib/configure.js:443:9
  6. gyp ERR! stack at ChildProcess.exithandler (child_process.js:197:7)
  7. gyp ERR! stack at emitTwo (events.js:106:13)
  8. gyp ERR! stack at ChildProcess.emit (events.js:191:7)
  9. gyp ERR! stack at maybeClose (internal/child_process.js:877:16)
  10. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
  11. gyp ERR! System Linux 4.9.51-1-MANJARO
  12. gyp ERR! command "/usr/share/atom/resources/app/apm/bin/node" "/usr/share/atom/resources/app/apm/node_modules/.bin/node-gyp" "rebuild"
  13. gyp ERR! cwd /tmp/..../aur-upterm/src/upterm-0.4.3/node_modules/node-pty
  14. gyp ERR! node -v v6.9.5
  15. gyp ERR! node-gyp -v v3.4.0
  16. gyp ERR! not ok
  17. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
  18. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  19. npm ERR! Linux 4.9.51-1-MANJARO
  20. npm ERR! argv "/usr/share/atom/resources/app/apm/bin/node" "/usr/share/atom/resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/tmp/.../aur-upterm/src/upterm-0.4.3/.apm/.apmrc" "--userconfig" "/tmp/..../aur-upterm/src/upterm-0.4.3/.apmrc" "install" "--runtime=electron" "--target=1.3.15" "--arch=x64" "--production"
  21. npm ERR! node v6.9.5
  22. npm ERR! npm v3.10.10
  23. npm ERR! code ELIFECYCLE
  24.  
  25. npm ERR! node-pty@0.7.0 install: `node scripts/install.js`
  26. npm ERR! Exit status 1
  27. npm ERR!
  28. npm ERR! Failed at the node-pty@0.7.0 install script 'node scripts/install.js'.
  29. npm ERR! Make sure you have the latest version of node.js and npm installed.
  30. npm ERR! If you do, this is most likely a problem with the node-pty package,
  31. npm ERR! not with npm itself.
  32. npm ERR! Tell the author that this fails on your system:
  33. npm ERR! node scripts/install.js
  34. npm ERR! You can get information on how to open an issue for this project with:
  35. npm ERR! npm bugs node-pty
  36. npm ERR! Or if that isn't available, you can get their info via:
  37. npm ERR! npm owner ls node-pty
  38. npm ERR! There is likely additional logging output above.
  39.  
  40. npm ERR! Please include the following file with any support request:
  41. npm ERR! /tmp/.../aur-upterm/src/upterm-0.4.3/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement