Advertisement
Guest User

Untitled

a guest
Jul 17th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/bin/node',
  3. 1 verbose cli '/usr/bin/npm',
  4. 1 verbose cli '--python=python2',
  5. 1 verbose cli 'run',
  6. 1 verbose cli 'build' ]
  7. 2 info using npm@3.10.5
  8. 3 info using node@v6.3.0
  9. 4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
  10. 5 info lifecycle groovebasin@1.5.1~prebuild: groovebasin@1.5.1
  11. 6 silly lifecycle groovebasin@1.5.1~prebuild: no script for prebuild, continuing
  12. 7 info lifecycle groovebasin@1.5.1~build: groovebasin@1.5.1
  13. 8 verbose lifecycle groovebasin@1.5.1~build: unsafe-perm in lifecycle true
  14. 9 verbose lifecycle groovebasin@1.5.1~build: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/tmp/yaourt-tmp-rochh/aur-nodejs-groovebasin/src/groovebasin-1.5.1/node_modules/.bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/cuda/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
  15. 10 verbose lifecycle groovebasin@1.5.1~build: CWD: /tmp/yaourt-tmp-rochh/aur-nodejs-groovebasin/src/groovebasin-1.5.1
  16. 11 silly lifecycle groovebasin@1.5.1~build: Args: [ '-c', 'npm install && ./build' ]
  17. 12 silly lifecycle groovebasin@1.5.1~build: Returned: code: 1 signal: null
  18. 13 info lifecycle groovebasin@1.5.1~build: Failed to exec build script
  19. 14 verbose stack Error: groovebasin@1.5.1 build: `npm install && ./build`
  20. 14 verbose stack Exit status 1
  21. 14 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:242:16)
  22. 14 verbose stack at emitTwo (events.js:106:13)
  23. 14 verbose stack at EventEmitter.emit (events.js:191:7)
  24. 14 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/spawn.js:40:14)
  25. 14 verbose stack at emitTwo (events.js:106:13)
  26. 14 verbose stack at ChildProcess.emit (events.js:191:7)
  27. 14 verbose stack at maybeClose (internal/child_process.js:852:16)
  28. 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
  29. 15 verbose pkgid groovebasin@1.5.1
  30. 16 verbose cwd /tmp/yaourt-tmp-rochh/aur-nodejs-groovebasin/src/groovebasin-1.5.1
  31. 17 error Linux 4.6.4-1-ARCH
  32. 18 error argv "/usr/bin/node" "/usr/bin/npm" "--python=python2" "run" "build"
  33. 19 error node v6.3.0
  34. 20 error npm v3.10.5
  35. 21 error code ELIFECYCLE
  36. 22 error groovebasin@1.5.1 build: `npm install && ./build`
  37. 22 error Exit status 1
  38. 23 error Failed at the groovebasin@1.5.1 build script 'npm install && ./build'.
  39. 23 error Make sure you have the latest version of node.js and npm installed.
  40. 23 error If you do, this is most likely a problem with the groovebasin package,
  41. 23 error not with npm itself.
  42. 23 error Tell the author that this fails on your system:
  43. 23 error npm install && ./build
  44. 23 error You can get information on how to open an issue for this project with:
  45. 23 error npm bugs groovebasin
  46. 23 error Or if that isn't available, you can get their info via:
  47. 23 error npm owner ls groovebasin
  48. 23 error There is likely additional logging output above.
  49. 24 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement