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 4396dc2 commit 7052953Copy full SHA for 7052953
bin/styleguidist.js
@@ -20,7 +20,9 @@ const command = argv._[0];
20
process.on('uncaughtException', err => {
21
if (err.code === 'EADDRINUSE') {
22
printErrorWithLink(
23
- `You have another server running at port ${config.serverPort} somewhere, shut it down first`,
+ `Another server is running at port ${
24
+ config.serverPort
25
+ } already. Please stop it or change the default port to continue.`,
26
'You can change the port using the `serverPort` option in your style guide config:',
27
consts.DOCS_CONFIG
28
);
0 commit comments