how to end ng serve or firebase serve

后端 未结 13 2135
渐次进展
渐次进展 2021-01-29 23:05

I\'ve been doing web development with Angular2 and have been using both Angular2 and Firebase to run local servers. I haven\'t been able to find a command similar to typing quit

13条回答
  •  情话喂你
    2021-01-30 00:05

    If ctrl + c doesn't work use this:

    ctrl +shift+ c

    Sometimes people change the behaviour of ctrl + c for copy/pasting so you may need this.

    Of course, you should also ensure that the terminal window has keyboard focus, ctrl + c won't work if your browser window has focus.

提交回复
热议问题