diff --git a/scripts/start.js b/scripts/start.js index d76390084b6fa6c2f52ac87010ce368f8166091f..fcd1338d3c30fb8e6451dbbee08b7582517fdcbb 100644 --- a/scripts/start.js +++ b/scripts/start.js @@ -265,8 +265,8 @@ detect(DEFAULT_PORT).then(port => { clearConsole(); var question = - chalk.yellow('Something is already running at port ' + DEFAULT_PORT + '.') + - '\n\nWould you like to run the app at another port instead?'; + chalk.yellow('Something is already running on port ' + DEFAULT_PORT + '.') + + '\n\nWould you like to run the app on another port instead?'; prompt(question, true).then(shouldChangePort => { if (shouldChangePort) {