-
Notifications
You must be signed in to change notification settings - Fork 213
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
Have you heard about this issue? #177
Comments
This is the first I hear about this issue and I'd say it's unlikely this is related to nodist. I noticed, you've added |
sorry for the delay: yes, it appears you have used it correctly. I now realize that this could have to do with a bug that transpired recently: Using node APIs to terminate a node process won't work with nodist, because windows doesn't have the concept of signals. So nodist's binary shim will be terminated, but the node process keeps running. If it's a server (as in your case) it'll block the port it's occupying and re-starting will fail. See |
Marcel,
I am not sure whether the issue is with nodist or not, but it is this. I have been contributing to a React project, and recently have problem starting the app; the other contributors were mostly able to solve similar problems by reinstalling node, except one other developer who had Windows and who uses nvm also has problem starting the app with the same error message about webpack-dev-server (please see the error log in the link). Any advice would be greatly appreciated.
The text was updated successfully, but these errors were encountered: