-
Notifications
You must be signed in to change notification settings - Fork 12k
SIGINT cannot kill ng serve
process
#7875
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
Comments
Facing this in official build.
Error:
fix this asap. delaying the development |
This should have been fixed a long time ago. If this still happens please create a new issue so we can follow up. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
ng new
, and change directory.ng serve --aot
src/app/app.component.html
in editor.TypeError: Cannot read property 'substr' of undefined
is thrown.ERROR in Error [ERR_IPC_CHANNEL_CLOSED]: channel closed
is thrown.Finally, I've tried to kill the
serve
process by pressingCTRL + C
, however I could not...The log given by the failure.
Desired functionality.
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: