We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cae00 commit 3659c5eCopy full SHA for 3659c5e
packages/webpack-cli/bin/cli.js
@@ -21,7 +21,7 @@ process.title = 'webpack';
21
if (packageExists('webpack')) {
22
runCLI(process.argv);
23
} else {
24
- promptInstallation('webpack -W', () => {
+ promptInstallation('webpack', () => {
25
error(`It looks like ${yellow('webpack')} is not installed.`);
26
})
27
.then(() => {
0 commit comments