Skip to content

Commit

Permalink
fix: webpack installation prompt message
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 6, 2021
1 parent 4ea0cb4 commit 508c0db
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 508c0db

Please sign in to comment.