Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/home/jannes/.nvm/versions/node/v4.4.7/bin/node',
  3. 1 verbose cli '/home/jannes/.nvm/versions/node/v4.4.7/bin/npm',
  4. 1 verbose cli 'start' ]
  5. 2 info using npm@2.15.8
  6. 3 info using node@v4.4.7
  7. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  8. 5 info prestart mcdc@1.0.1
  9. 6 info start mcdc@1.0.1
  10. 7 verbose unsafe-perm in lifecycle true
  11. 8 info mcdc@1.0.1 Failed to exec start script
  12. 9 verbose stack Error: mcdc@1.0.1 start: `node index.js`
  13. 9 verbose stack Exit status 1
  14. 9 verbose stack at EventEmitter.<anonymous> (/home/jannes/.nvm/versions/node/v4.4.7/lib/node_modules/npm/lib/utils/lifecycle.js:217:16)
  15. 9 verbose stack at emitTwo (events.js:87:13)
  16. 9 verbose stack at EventEmitter.emit (events.js:172:7)
  17. 9 verbose stack at ChildProcess.<anonymous> (/home/jannes/.nvm/versions/node/v4.4.7/lib/node_modules/npm/lib/utils/spawn.js:24:14)
  18. 9 verbose stack at emitTwo (events.js:87:13)
  19. 9 verbose stack at ChildProcess.emit (events.js:172:7)
  20. 9 verbose stack at maybeClose (internal/child_process.js:827:16)
  21. 9 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
  22. 10 verbose pkgid mcdc@1.0.1
  23. 11 verbose cwd /home/jannes/mcdc
  24. 12 error Linux 3.16.0-4-amd64
  25. 13 error argv "/home/jannes/.nvm/versions/node/v4.4.7/bin/node" "/home/jannes/.nvm/versions/node/v4.4.7/bin/npm" "start"
  26. 14 error node v4.4.7
  27. 15 error npm v2.15.8
  28. 16 error code ELIFECYCLE
  29. 17 error mcdc@1.0.1 start: `node index.js`
  30. 17 error Exit status 1
  31. 18 error Failed at the mcdc@1.0.1 start script 'node index.js'.
  32. 18 error This is most likely a problem with the mcdc package,
  33. 18 error not with npm itself.
  34. 18 error Tell the author that this fails on your system:
  35. 18 error node index.js
  36. 18 error You can get information on how to open an issue for this project with:
  37. 18 error npm bugs mcdc
  38. 18 error Or if that isn't available, you can get their info via:
  39. 18 error
  40. 18 error npm owner ls mcdc
  41. 18 error There is likely additional logging output above.
  42. 19 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement