Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. npm ERR! Linux 4.4.39-gentoo
  2. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "build"
  3. npm ERR! node v4.6.1
  4. npm ERR! npm v2.15.9
  5. npm ERR! code ELIFECYCLE
  6. npm ERR! r2frida-agent@1.4.0 build: `frida-compile src/agent -o src/_agent.js`
  7. npm ERR! Exit status 1
  8. npm ERR!
  9. npm ERR! Failed at the r2frida-agent@1.4.0 build script 'frida-compile src/agent -o src/_agent.js'.
  10. npm ERR! This is most likely a problem with the r2frida-agent package,
  11. npm ERR! not with npm itself.
  12. npm ERR! Tell the author that this fails on your system:
  13. npm ERR! frida-compile src/agent -o src/_agent.js
  14. npm ERR! You can get information on how to open an issue for this project with:
  15. npm ERR! npm bugs r2frida-agent
  16. npm ERR! Or if that isn't available, you can get their info via:
  17. npm ERR!
  18. npm ERR! npm owner ls r2frida-agent
  19. npm ERR! There is likely additional logging output above.
  20.  
  21. npm ERR! Please include the following file with any support request:
  22. npm ERR! /home/rene/hax0r/r2frida/npm-debug.log
  23.  
  24. npm ERR! Linux 4.4.39-gentoo
  25. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
  26. npm ERR! node v4.6.1
  27. npm ERR! npm v2.15.9
  28. npm ERR! code ELIFECYCLE
  29. npm ERR! r2frida-agent@1.4.0 prepublish: `npm run build`
  30. npm ERR! Exit status 1
  31. npm ERR!
  32. npm ERR! Failed at the r2frida-agent@1.4.0 prepublish script 'npm run build'.
  33. npm ERR! This is most likely a problem with the r2frida-agent package,
  34. npm ERR! not with npm itself.
  35. npm ERR! Tell the author that this fails on your system:
  36. npm ERR! npm run build
  37. npm ERR! You can get information on how to open an issue for this project with:
  38. npm ERR! npm bugs r2frida-agent
  39. npm ERR! Or if that isn't available, you can get their info via:
  40. npm ERR!
  41. npm ERR! npm owner ls r2frida-agent
  42. npm ERR! There is likely additional logging output above.
  43.  
  44. npm ERR! Please include the following file with any support request:
  45. npm ERR! /home/rene/hax0r/r2frida/npm-debug.log
  46. Makefile:105: recipe for target 'node_modules' failed
  47. make[1]: *** [node_modules] Error 1
  48. make[1]: Leaving directory '/home/rene/hax0r/r2frida'
  49. Makefile:62: recipe for target 'all' failed
  50. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement