diff --git a/src/content/api/cli.mdx b/src/content/api/cli.mdx index 47f9a2611afe..6752d56978fa 100644 --- a/src/content/api/cli.mdx +++ b/src/content/api/cli.mdx @@ -34,7 +34,7 @@ For proper usage and easier distribution of this configuration, webpack can be c Read the [installation guide](/guides/installation) if you don't already have webpack and CLI installed. -W> `webpack-cli` v5.0.0+ requires node >= v14.15.0, `webpack >= v5.0.0`, and `webpack-dev-server >= v4.0.0`. +W> `webpack-cli` v6.0.0+ requires node >= v18.12.0, `webpack >= v5.82.0`, and `webpack-dev-server >= v5.0.0`. W> If you want to run webpack using `npx` please make sure you have `webpack-cli` installed.