It looks like this might be a problem with access on your computer.
Check out this next answer, which may be related to your question. Citation:
"Typically, processes running without root privileges cannot communicate with ports below 1024.
So, try a higher port or run with elevated privileges via sudo . "
So, you can see that sudo meteor run with your port number will work, but you can refer to the root cause, which fixes the root node privilege.
Node.js EACCES error while listening on most ports
David kim
source share