-
Notifications
You must be signed in to change notification settings - Fork 216
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
throw new errors.Error('ERR_UNKNOWN_SIGNAL', signal); #22
Comments
It isn't normal. Do you have something else running on port 3000? You could edit |
@csepulv No there is nothing on port 3000. |
Task Manager may let you find/kill the runaway process, but if you use Cntrl-C it should work. In production, with a packaged and installed app, closing the window would be fine as you wouldn't have the react/webpack dev server running. |
Not exactly the same issue but I had the same error (when starting tho) and it was simply because I had changed the path to the Hope you have found what was bothering you tho 🙏 |
I have run this project using
npm run dev
, the app ran fine, but I also got this output:Is this normal?
The text was updated successfully, but these errors were encountered: