Skip to content
New issue

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

cannot run serve #684

Open
ikmil opened this issue Mar 24, 2022 · 1 comment
Open

cannot run serve #684

ikmil opened this issue Mar 24, 2022 · 1 comment

Comments

@ikmil
Copy link

ikmil commented Mar 24, 2022

if npm run serve

Emitted 'error' event on WebSocketServer instance at:
at Server.emit (node:events:526:28)
at emitErrorNT (node:net:1357:8)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
code: 'EADDRINUSE',
errno: -48,
syscall: 'listen',
address: '::',
port: 9090
}

@chrisshroba
Copy link

EADDRINUSE is a standard error meaning you already have something running on that port. You probably tried running npm run serve twice, or you are running something on port 9090 already. If you have absolutely no idea how to figure out what's running on that port, try googling for " what is running on specific port"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants