Advertisement
Guest User

Untitled

a guest
Nov 8th, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'compile' ]
  3. 2 info using npm@6.4.1
  4. 3 info using node@v11.1.0
  5. 4 verbose run-script [ 'precompile', 'compile', 'postcompile' ]
  6. 5 info lifecycle @~precompile: @
  7. 6 info lifecycle @~compile: @
  8. 7 verbose lifecycle @~compile: unsafe-perm in lifecycle true
  9. 8 verbose lifecycle @~compile: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/sbp/.cache/aursync/rambox-os-git/src/rambox-os/node_modules/.bin:/usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/sbp/.cache/aursync/rambox-os-git/src/rambox-os/node_modules/.bin:/home/sbp/.config/scripts:/home/sbp/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/opt/cuda/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
  10. 9 verbose lifecycle @~compile: CWD: /home/sbp/.cache/aursync/rambox-os-git/src/rambox-os
  11. 10 silly lifecycle @~compile: Args: [ '-c',
  12. 10 silly lifecycle 'sencha app build && cpy app/package.json app/package-lock.json build/production/Rambox/' ]
  13. 11 silly lifecycle @~compile: Returned: code: 65 signal: null
  14. 12 info lifecycle @~compile: Failed to exec compile script
  15. 13 verbose stack Error: @ compile: `sencha app build && cpy app/package.json app/package-lock.json build/production/Rambox/`
  16. 13 verbose stack Exit status 65
  17. 13 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
  18. 13 verbose stack at EventEmitter.emit (events.js:182:13)
  19. 13 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  20. 13 verbose stack at ChildProcess.emit (events.js:182:13)
  21. 13 verbose stack at maybeClose (internal/child_process.js:970:16)
  22. 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:257:5)
  23. 14 verbose pkgid @
  24. 15 verbose cwd /home/sbp/.cache/aursync/rambox-os-git/src/rambox-os
  25. 16 verbose Linux 4.18.16-arch1-1-ARCH
  26. 17 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "compile"
  27. 18 verbose node v11.1.0
  28. 19 verbose npm v6.4.1
  29. 20 error code ELIFECYCLE
  30. 21 error errno 65
  31. 22 error @ compile: `sencha app build && cpy app/package.json app/package-lock.json build/production/Rambox/`
  32. 22 error Exit status 65
  33. 23 error Failed at the @ compile script.
  34. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  35. 24 verbose exit [ 65, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement