<div>
<pre>
<code>
webpack-cli error: unknown option '--hide-modules'
webpack-cli run 'webpack --help' to see available commands and options
</code>
</pre>
</div>
In the provided query, there is an error message related to the usage of an unknown option ‘–hide-modules’ in the webpack-cli
command. To resolve this issue, you can run the command webpack --help
to view the available commands and options in webpack-cli
.
For example, in the terminal, running the command webpack --help
will display a list of commands and options that can be used with webpack-cli
, which can help in troubleshooting and understanding how to use the tool effectively.