Advertisement
bzyg7b

OSX LOG

Nov 25th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
  3. 2 info using npm@3.3.12
  4. 3 info using node@v5.1.0
  5. 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
  6. 5 info lifecycle dobby@0.0.1~prestart: dobby@0.0.1
  7. 6 silly lifecycle dobby@0.0.1~prestart: no script for prestart, continuing
  8. 7 info lifecycle dobby@0.0.1~start: dobby@0.0.1
  9. 8 verbose lifecycle dobby@0.0.1~start: unsafe-perm in lifecycle true
  10. 9 verbose lifecycle dobby@0.0.1~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Volumes/HDD/Users/Danny/Documents/GitHub/dobby/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
  11. 10 verbose lifecycle dobby@0.0.1~start: CWD: /Volumes/HDD/Users/Danny/Documents/GitHub/dobby
  12. 11 silly lifecycle dobby@0.0.1~start: Args: [ '-c', 'nodejs app.js' ]
  13. 12 info lifecycle dobby@0.0.1~start: Failed to exec start script
  14. 13 verbose stack Error: dobby@0.0.1 start: `nodejs app.js`
  15. 13 verbose stack spawn ENOENT
  16. 13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:17:16)
  17. 13 verbose stack at emitTwo (events.js:87:13)
  18. 13 verbose stack at ChildProcess.emit (events.js:172:7)
  19. 13 verbose stack at maybeClose (internal/child_process.js:818:16)
  20. 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
  21. 14 verbose pkgid dobby@0.0.1
  22. 15 verbose cwd /Volumes/HDD/Users/Danny/Documents/GitHub/dobby
  23. 16 error Darwin 14.5.0
  24. 17 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
  25. 18 error node v5.1.0
  26. 19 error npm v3.3.12
  27. 20 error file sh
  28. 21 error code ELIFECYCLE
  29. 22 error errno ENOENT
  30. 23 error syscall spawn
  31. 24 error dobby@0.0.1 start: `nodejs app.js`
  32. 24 error spawn ENOENT
  33. 25 error Failed at the dobby@0.0.1 start script 'nodejs app.js'.
  34. 25 error Make sure you have the latest version of node.js and npm installed.
  35. 25 error If you do, this is most likely a problem with the dobby package,
  36. 25 error not with npm itself.
  37. 25 error Tell the author that this fails on your system:
  38. 25 error nodejs app.js
  39. 25 error You can get their info via:
  40. 25 error npm owner ls dobby
  41. 25 error There is likely additional logging output above.
  42. 26 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement