We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran npm start when I already had another React project running in another shell.
npm start
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?"
The text was updated successfully, but these errors were encountered:
This is good feedback. I'll see if I can figure out how to get it the cli to auto pick the next port n+1
n+1
Sorry, something went wrong.
No branches or pull requests
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?"
The text was updated successfully, but these errors were encountered: