We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675a3cb commit 138a48eCopy full SHA for 138a48e
src/cli/run.js
@@ -140,7 +140,7 @@ module.exports = function(argv) {
140
chalk.red(
141
`Cannot bind to the port ${
142
error.port
143
- }. Specify some other port number either through --port argument or through the json-server.json configuration file`
+ }. Please specify another port number either through --port argument or through the json-server.json configuration file`
144
)
145
146
else console.log('Some error occurred', error)
0 commit comments