How to stop app the server express after 'npm start' (In terminal VSCode)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


How to stop app the server express after 'npm start' (In terminal VSCode)



the console gets locked after starting the express server, as the image shows, how can I kill the service?
image of terminal of VSCode





Have you tried Ctrl+C?
– James
11 mins ago





is this, thanks
– Gustavo Henrique Lima
11 mins ago





Possible duplicate of Start, Stop Node express server
– LMulvey
11 mins ago





is not a duplicate, i asked about terminal, but its a simple doubt.
– Gustavo Henrique Lima
9 mins ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Keycloak server returning user_not_found error when user is already imported with LDAP

PHP parse/syntax errors; and how to solve them?

How to scale/resize CVPixelBufferRef in objective C, iOS