We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ [Error: listen EADDRINUSE] code: 'EADDRINUSE', errno: 'EADDRINUSE', syscall: 'listen' } Error: listen EADDRINUSE at exports._errnoException (util.js:746:11) at Server._listen2 (net.js:1158:14) at listen (net.js:1184:10) at Server.listen (net.js:1269:5) at Server.listen.Server.attach (/home/root/node_modules/socket.io/lib/index.js:228:9) at null._onTimeout (/home/root/site.js:1004:29) at Timer.listOnTimeout (timers.js:1 19:15)
The text was updated successfully, but these errors were encountered:
Please post support questions to https://github.com/nodejs/help/issues.
Sorry, something went wrong.
No branches or pull requests
Hello guys I have a problem I need help
when I start the app I`ll see this problem
{ [Error: listen EADDRINUSE] code: 'EADDRINUSE', errno: 'EADDRINUSE', syscall: 'listen' }
Error: listen EADDRINUSE
at exports._errnoException (util.js:746:11)
at Server._listen2 (net.js:1158:14)
at listen (net.js:1184:10)
at Server.listen (net.js:1269:5)
at Server.listen.Server.attach (/home/root/node_modules/socket.io/lib/index.js:228:9)
at null._onTimeout (/home/root/site.js:1004:29)
at Timer.listOnTimeout (timers.js:1
19:15)
The text was updated successfully, but these errors were encountered: