After I upgrade to Node 0.6.18, I got the error: listen EINVAL when start.
It seems not it cannot find the file I’m running.
e.g. i run node myserver.js
and then it says myserver.js throw EINVAL which seems to be a file not found error.
however, I’m not sure. What is that?
From the
listen(3p)man page:Make sure something isn’t already listening on that port.