I am using an Ionic app for a project and want to use http://localhost:8100/. Whenever I type ionic serve --port 8100 it opens a previous ionic project that I used port 8100 for. In the CMD, I used the code netstat -a -n -o to list all of the ports used, but 8100 was not listed.
How can I get localhost:8100 to stop using my previous ionic app?