Skip to content

Commit b9ce07f

Browse files
authored
fix: webpack-cli installation message (#2955)
1 parent 526721f commit b9ce07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webpack-dev-server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if (!cli.installed) {
107107
console.error(
108108
`We will use "${packageManager}" to install the CLI via "${packageManager} ${installOptions.join(
109109
' '
110-
)}".`
110+
)} ${cli.package}".`
111111
);
112112

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

0 commit comments

Comments
 (0)