Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 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', 'build' ]
  3. 2 info using npm@3.5.2
  4. 3 info using node@v8.10.0
  5. 4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
  6. 5 info lifecycle leon@1.0.0-beta.0~prebuild: leon@1.0.0-beta.0
  7. 6 silly lifecycle leon@1.0.0-beta.0~prebuild: no script for prebuild, continuing
  8. 7 info lifecycle leon@1.0.0-beta.0~build: leon@1.0.0-beta.0
  9. 8 verbose lifecycle leon@1.0.0-beta.0~build: unsafe-perm in lifecycle true
  10. 9 verbose lifecycle leon@1.0.0-beta.0~build: PATH: /usr/share/npm/bin/node-gyp-bin:/home/mm/leon/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  11. 10 verbose lifecycle leon@1.0.0-beta.0~build: CWD: /home/mm/leon
  12. 11 silly lifecycle leon@1.0.0-beta.0~build: Args: [ '-c',
  13. 11 silly lifecycle 'npm run lint && npm run build:app && npm run build:server' ]
  14. 12 silly lifecycle leon@1.0.0-beta.0~build: Returned: code: 1 signal: null
  15. 13 info lifecycle leon@1.0.0-beta.0~build: Failed to exec build script
  16. 14 verbose stack Error: leon@1.0.0-beta.0 build: `npm run lint && npm run build:app && npm run build:server`
  17. 14 verbose stack Exit status 1
  18. 14 verbose stack at EventEmitter.<anonymous> (/usr/share/npm/lib/utils/lifecycle.js:232:16)
  19. 14 verbose stack at emitTwo (events.js:126:13)
  20. 14 verbose stack at EventEmitter.emit (events.js:214:7)
  21. 14 verbose stack at ChildProcess.<anonymous> (/usr/share/npm/lib/utils/spawn.js:24:14)
  22. 14 verbose stack at emitTwo (events.js:126:13)
  23. 14 verbose stack at ChildProcess.emit (events.js:214:7)
  24. 14 verbose stack at maybeClose (internal/child_process.js:925:16)
  25. 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
  26. 15 verbose pkgid leon@1.0.0-beta.0
  27. 16 verbose cwd /home/mm/leon
  28. 17 error Linux 4.15.0-43-generic
  29. 18 error argv "/usr/bin/node" "/usr/bin/npm" "run" "build"
  30. 19 error node v8.10.0
  31. 20 error npm v3.5.2
  32. 21 error code ELIFECYCLE
  33. 22 error leon@1.0.0-beta.0 build: `npm run lint && npm run build:app && npm run build:server`
  34. 22 error Exit status 1
  35. 23 error Failed at the leon@1.0.0-beta.0 build script 'npm run lint && npm run build:app && npm run build:server'.
  36. 23 error Make sure you have the latest version of node.js and npm installed.
  37. 23 error If you do, this is most likely a problem with the leon package,
  38. 23 error not with npm itself.
  39. 23 error Tell the author that this fails on your system:
  40. 23 error npm run lint && npm run build:app && npm run build:server
  41. 23 error You can get information on how to open an issue for this project with:
  42. 23 error npm bugs leon
  43. 23 error Or if that isn't available, you can get their info via:
  44. 23 error npm owner ls leon
  45. 23 error There is likely additional logging output above.
  46. 24 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement