[webpack-cli]TypeError: cli.isMultipleCompiler is not a function

[webpack-cli] TypeError: cli.isMultipleCompiler is not a function at Command.<anonymous> (/Users/sloth/playground/superapp/node_modules/@webpack-cli/serve/lib/index.js:146:35) at async Promise.all (index 1) at async Command.<anonymous> (/Users/sloth/playground/superapp/node_modules/webpack-cli/lib/webpack-cli.js:1672:7)
  1. ​Change webpack-cli in package.json to the latest version (in my case, 4.10.0)
  2. Reinstall package (in my case, npm install)
  3. Start server (in my case, npm start)
https://github.com/webpack/webpack-cli/issues/3294
https://github.com/webpack/webpack/issues/15951
https://www.npmjs.com/package/webpack-cli
Made with Papyrs