I ran `npm start` when I already had another React project running in another shell. **Actual outcome:** a message like "There is another process using port 3000". **Expected outcome:** a message like "There is another process using port 3000. Would you like to run on another port?"
I ran
npm startwhen I already had another React project running in another shell.Actual outcome: a message like "There is another process using port 3000".
Expected outcome: a message like "There is another process using port 3000. Would you like to run on another port?"