How to stop serve in ionic2

How to stop serve in ionic2

Ctrl + c. q used to work but now it doesn’t with the latest ionic CLI.

2 Likes

This leaves the node processes running and you have to a kill -9 xxxx before you can ionic serve again. Is there a way around this?

Yep, why we can’t no more stop Serve with “q” ?
How to stop Serve properly ?

Thanks

someone? there’s no way?

Anyone?

So frustrating having to close Terminal and start again!

I miss thoose “q” and “r” options :cry:

Hi, i’m using the CLI V2.2.3 and Ctrl + C has worked for me.