I know that many methods have already come out as solutions. However, as you can see in the picture, when I search for port 3000 in 'cmd', the process in use does not appear. In the case of 8080, it comes out well because the Spring Boot server is running, but in the case of 'React', even if there is no process using port 3000 as shown in the picture, 'Something is already running on port 3000'. is printed out.
I'm using a translator so it might be difficult to understand, but any help would be appreciated.