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 079b5f6 commit 272a632Copy full SHA for 272a632
bin/webpack.js
@@ -13,7 +13,7 @@ if(webpackCliInstalled) {
13
} else {
14
console.error("The CLI moved into a separate package: webpack-cli.");
15
console.error("Please install 'webpack-cli' in addition to webpack itself to use the CLI.");
16
- console.error("-> When using npm: npm install webpack-cli");
17
- console.error("-> When using yarn: yarn add webpack-cli");
+ console.error("-> When using npm: npm install webpack-cli -D");
+ console.error("-> When using yarn: yarn add webpack-cli -D");
18
process.exitCode = 1;
19
}
0 commit comments