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 3d67892 commit ac5a53fCopy full SHA for ac5a53f
bin/cli.js
@@ -70,7 +70,6 @@ For more information, see https://webpack.js.org/api/cli/.`);
70
try {
71
options = require("./utils/convert-argv")(argv);
72
} catch (err) {
73
- // When webpack is not installed and no args passed to the CLI
74
if (err.code === "MODULE_NOT_FOUND") {
75
let errorMessage =
76
"\n\u001b[31mwebpack not found, \u001b[33mplease install webpack using\n\t\u001b[32mnpm install --save-dev webpack\n";
0 commit comments