You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running npm start, the standard react-scripts start command fires and starts the dev server on localhost. However, quitting cygwin does not kill the process and my app continues to run on port 3000. Is there a way for cygwin to kill the process once it quits? In order to free up port 3000 (where my app runs), I have to find the PID, then send a taskkill command to kill that process before I quit cygwin. Is this normal for cygwin on Windows? When using the terminal on my mac, quitting the terminal kills the process automatically.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs.
After running
npm start
, the standardreact-scripts start
command fires and starts the dev server on localhost. However, quitting cygwin does not kill the process and my app continues to run on port 3000. Is there a way for cygwin to kill the process once it quits? In order to free up port 3000 (where my app runs), I have to find the PID, then send ataskkill
command to kill that process before I quit cygwin. Is this normal for cygwin on Windows? When using the terminal on my mac, quitting the terminal kills the process automatically.The text was updated successfully, but these errors were encountered: