-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error: kill ESRCH when starting #252
Comments
@CallawayJay I am attempting to recreate the issue on my computer and I want to make sure I am following the exact steps you took.
This information will help in figuring out what actually happen and if anything warn others of this potential bug. If this is nor longer an issue would love to hear how it was resolved and we will close this issue. Thanks in advance. |
I have similar problem when running simple: When I close dashboard with
Command is executed on linux server inside tmux pane. |
I'll have it running for a while, I'll close it out. Run npm start and I'll get the following error:
I'll go and kill all node processes but that won't work. I'm trying to run on port 8080 so I ran the following command to see if anything else is trying to listen on that port:
sudo lsof -i -n -P | grep TCP
And this is the output:
Nothing is listening on 8080... The only way i can get it working again is restarting my computer. Then it works fine.
====================================================================
More Details
I'm on a mac
I'm using the terminal in vs code
webpack-dashboard version 2.0.0
The output of running
echo $TERM
= xterm-256colorThe text was updated successfully, but these errors were encountered: