Advertisement
Guest User

rip node

a guest
Nov 20th, 2015
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [ec2-user@ip-172-31-41-246 nodejs_webchat]$ node app.js
  2. Your application is running on http://localhost:8080
  3. events.js:85
  4. throw er; // Unhandled 'error' event
  5. ^
  6. Error: listen EADDRNOTAVAIL
  7. at exports._errnoException (util.js:746:11)
  8. at Server._listen2 (net.js:1139:19)
  9. at listen (net.js:1182:10)
  10. at net.js:1280:9
  11. at dns.js:85:18
  12. at process._tickCallback (node.js:355:11)
  13. at Function.Module.runMain (module.js:503:11)
  14. at startup (node.js:129:16)
  15. at node.js:814:3
  16. [ec2-user@ip-172-31-41-246 nodejs_webchat]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement