Skip to content

Commit

Permalink
fix: webpack-cli installation message (#2955)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 11, 2021
1 parent 526721f commit b9ce07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/webpack-dev-server.js
Expand Up @@ -107,7 +107,7 @@ if (!cli.installed) {
console.error(
`We will use "${packageManager}" to install the CLI via "${packageManager} ${installOptions.join(
' '
)}".`
)} ${cli.package}".`
);

const question = `Do you want to install 'webpack-cli' (yes/no): `;
Expand Down

0 comments on commit b9ce07f

Please sign in to comment.