Skip to content

Instantly share code, notes, and snippets.

@yorkie
Last active December 18, 2015 20:58
Show Gist options
  • Save yorkie/5843612 to your computer and use it in GitHub Desktop.
Save yorkie/5843612 to your computer and use it in GitHub Desktop.
nodejs stuffs

ENOENT

ENOENT error code explaination

ECONNRESET

It would appear that ECONNRESET means that the other side has closed the connection without reading outstanding data that has been sent to it, and can be triggered on both read() and write(). But the exact behavior depends on the operating system.

TIPS

tail -f [logpath]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment