Skip to content

Commit 3659c5e

Browse files
authored
fix: webpack installation prompt message (#2316)
1 parent 70cae00 commit 3659c5e

File tree

1 file changed

+1
-1
lines changed
  • packages/webpack-cli/bin

1 file changed

+1
-1
lines changed

packages/webpack-cli/bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ process.title = 'webpack';
2121
if (packageExists('webpack')) {
2222
runCLI(process.argv);
2323
} else {
24-
promptInstallation('webpack -W', () => {
24+
promptInstallation('webpack', () => {
2525
error(`It looks like ${yellow('webpack')} is not installed.`);
2626
})
2727
.then(() => {

0 commit comments

Comments
 (0)