Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.16 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/bin/node', '/usr/local/bin/npm', 'start' ]
  3. 2 info using npm@6.9.0
  4. 3 info using node@v8.11.4
  5. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  6. 5 info lifecycle gcleht@0.0.0~prestart: gcleht@0.0.0
  7. 6 info lifecycle gcleht@0.0.0~start: gcleht@0.0.0
  8. 7 verbose lifecycle gcleht@0.0.0~start: unsafe-perm in lifecycle true
  9. 8 verbose lifecycle gcleht@0.0.0~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/toicc/Documents/gc leht/gcleht/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
  10. 9 verbose lifecycle gcleht@0.0.0~start: CWD: /home/toicc/Documents/gc leht/gcleht
  11. 10 silly lifecycle gcleht@0.0.0~start: Args: [ '-c', 'node keystone.js' ]
  12. 11 silly lifecycle gcleht@0.0.0~start: Returned: code: 1  signal: null
  13. 12 info lifecycle gcleht@0.0.0~start: Failed to exec start script
  14. 13 verbose stack Error: gcleht@0.0.0 start: `node keystone.js`
  15. 13 verbose stack Exit status 1
  16. 13 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
  17. 13 verbose stack     at emitTwo (events.js:126:13)
  18. 13 verbose stack     at EventEmitter.emit (events.js:214:7)
  19. 13 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
  20. 13 verbose stack     at emitTwo (events.js:126:13)
  21. 13 verbose stack     at ChildProcess.emit (events.js:214:7)
  22. 13 verbose stack     at maybeClose (internal/child_process.js:925:16)
  23. 13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
  24. 14 verbose pkgid gcleht@0.0.0
  25. 15 verbose cwd /home/toicc/Documents/gc leht/gcleht
  26. 16 verbose Linux 4.18.0-17-lowlatency
  27. 17 verbose argv "/usr/bin/node" "/usr/local/bin/npm" "start"
  28. 18 verbose node v8.11.4
  29. 19 verbose npm  v6.9.0
  30. 20 error code ELIFECYCLE
  31. 21 error errno 1
  32. 22 error gcleht@0.0.0 start: `node keystone.js`
  33. 22 error Exit status 1
  34. 23 error Failed at the gcleht@0.0.0 start script.
  35. 23 error This is probably not a problem with npm. There is likely additional logging output above.
  36. 24 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement