We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f391a commit 245676cCopy full SHA for 245676c
scripts/start.js
@@ -78,7 +78,7 @@ function promptForPort(suggestedPort) {
78
output: process.stdout
79
});
80
81
- var question = chalk.red('Something is already running at port ' + suggestedPort) +
+ var question = chalk.red('Something is already running at port ' + DEFAULT_PORT) +
82
'\nWould you like to run the app at another port instead? [Y/n] ';
83
84
rl.question(question, answer => {
0 commit comments