Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. > ptyw.js@0.4.1 install /home/cybermonkey/node_modules/ptyw.js
  2. > node-gyp rebuild
  3.  
  4. (文字数の関係上中略。この辺りで構文解析エラーが出力される)
  5.  
  6. gyp ERR! build error
  7. gyp ERR! stack Error: `make` failed with exit code: 2
  8. gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_module/npm/node_modules/node-gyp/lib/build.js:262:23)
  9. gyp ERR! stack at ChildProcess.emit (events.js:193:13)
  10. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:255:12)
  11. gpy ERR! System Linux 4.19.34-1-lts
  12. gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  13. gyp ERR! cwd /home/cybermonkey/node_modules/ptyw.js
  14. gyp ERR! node -v v11.14.0
  15. gyp ERR! node-gyp -v v3.8.0
  16. gyp ERR! not ok
  17. npm WARN cybermonkey@1.0.0 No description
  18. npm WARN cybermonkey@1.0.0 No repository field.
  19.  
  20. npm ERR! code ELIFECYCLE
  21. npm ERR! errno 1
  22. npm ERR! ptyw.js@0.4.1 install: `node-gyp rebuild`
  23. npm ERR! Exit status 1
  24. npm ERR!
  25. npm ERR! Failed at the ptyw.js@0.4.1 install script.
  26. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  27.  
  28. npm ERR! A complete log of this run can be found in:
  29. npm ERR! /home/cybermonkey/.npm/_logs/2019-04-20T07_53_30_359Z-debug.log
  30.  
  31. ┌ ~
  32. └> $ apm -v
  33. apm 2.1.7
  34. npm 6.9.0
  35. node 11.14.0 x64
  36. atom 1.36.0
  37. python 2.7.16
  38. git 2.21.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement