This commit is contained in:
Tobias Koppers 2018-09-05 14:01:44 +02:00 committed by GitHub
parent 898462db46
commit 691cc94e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@ if (installedClis.length === 0) {
if (!normalizedAnswer) {
console.error(
"You need to install 'webpack-cli' for using webpack via CLI.\n" +
"Also you can installing CLI manually."
"You need to install 'webpack-cli' to use webpack via CLI.\n" +
"You can also install the CLI manually."
);
process.exitCode = 1;