Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1.  
  2. > dobby@0.0.1 start /Volumes/HDD/Users/Danny/Documents/GitHub/dobby
  3. > nodejs app.js
  4.  
  5. sh: nodejs: command not found
  6.  
  7. npm ERR! Darwin 14.5.0
  8. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
  9. npm ERR! node v5.1.0
  10. npm ERR! npm v3.3.12
  11. npm ERR! file sh
  12. npm ERR! code ELIFECYCLE
  13. npm ERR! errno ENOENT
  14. npm ERR! syscall spawn
  15. npm ERR! dobby@0.0.1 start: `nodejs app.js`
  16. npm ERR! spawn ENOENT
  17. npm ERR!
  18. npm ERR! Failed at the dobby@0.0.1 start script 'nodejs app.js'.
  19. npm ERR! Make sure you have the latest version of node.js and npm installed.
  20. npm ERR! If you do, this is most likely a problem with the dobby package,
  21. npm ERR! not with npm itself.
  22. npm ERR! Tell the author that this fails on your system:
  23. npm ERR! nodejs app.js
  24. npm ERR! You can get their info via:
  25. npm ERR! npm owner ls dobby
  26. npm ERR! There is likely additional logging output above.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement