What if I'm using a specific version of webpack-cli, is that relevant?

Responsive Ad Header

Question

Grade: Education Subject: Support
What if I'm using a specific version of webpack-cli, is that relevant?
Asked by:
70 Viewed 70 Answers

Answer (70)

Best Answer
(309)
Yes, the version of `webpack-cli` can be relevant. Ensure the version you're using is compatible with your project's other dependencies and Node.js version. You can try downgrading or upgrading `webpack-cli` to a different version using `npm install webpack-cli@` or `yarn add webpack-cli@`.