'Command C do not stop local server from running on VS code

I'm trying to stop my local server on VS code from running my react app (after using "npm run dev") by command C on the terminal. It doesn't seem to work and the app is still running at my local host (and i don't get any feedback on the terminal that local server stopped).



Solution 1:[1]

If you're trying to stop the server from the terminal, try Ctrl-C instead.

Solution 2:[2]

It's control + C ( Ctrl + C can confuse Mac users with windows Ctrl + C)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 knnav
Solution 2 DebB