Skip to content

Commit

Permalink
fix: webpack installation prompt message (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 6, 2021
1 parent 70cae00 commit 3659c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/bin/cli.js
Expand Up @@ -21,7 +21,7 @@ process.title = 'webpack';
if (packageExists('webpack')) {
runCLI(process.argv);
} else {
promptInstallation('webpack -W', () => {
promptInstallation('webpack', () => {
error(`It looks like ${yellow('webpack')} is not installed.`);
})
.then(() => {
Expand Down

0 comments on commit 3659c5e

Please sign in to comment.