Skip to content

Commit dde6d91

Browse files
committed
fix: webpack-cli installation message
1 parent 9e3a481 commit dde6d91

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)