8000
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 767fe6b commit ffc93e5Copy full SHA for ffc93e5
packages/webpack-cli/lib/webpack-cli.js
@@ -357,7 +357,7 @@ class WebpackCLI {
357
358
try {
359
pkg = await promptInstallation(pkg, () => {
360
- logger.error(`For using this command you need to install: '${green(commandName)}' package`);
+ logger.error(`For using this command you need to install: '${green(pkg)}' package`);
361
});
362
} catch (error) {
363
logger.error(`Action Interrupted, use '${cyan('webpack-cli help')}' to see possible commands`);
0 commit comments