You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info
Describe the Bug
Canceling after an
ionic serve
does not kill the process it was running on, and leads to massive memory leaking.Steps to Reproduce
Steps to reproduce the behavior:
ionic serve
run the app and thenctrl + c
to cancelRelated Code
No related code
Expected Behavior
Ctrl + c
should kill the node process completelyAdditional Context
You can also see this, when running
ionic serve
every subsequent serve will be spun up with the next port numberWhere the port number should be
8000
The text was updated successfully, but these errors were encountered: