Advertisement
grinyam

nodeTail.js error

Apr 19th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. (node) sys is deprecated. Use util instead.
  2. (node) util.puts is deprecated. Use console.log instead.
  3. nMy process PID: 12156n
  4. Start tailing
  5. events.js:154
  6. throw er; // Unhandled 'error' event
  7. ^
  8.  
  9. Error: spawn tail ENOENT
  10. at exports._errnoException (util.js:856:11)
  11. at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
  12. at onErrorNT (internal/child_process.js:344:16)
  13. at nextTickCallbackWith2Args (node.js:475:9)
  14. at process._tickCallback (node.js:389:17)
  15. at Function.Module.runMain (module.js:449:11)
  16. at startup (node.js:140:18)
  17. at node.js:1001:3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement