Can't run sample app [webpack-cli] TypeError: cli.isMultipleCompiler is not a function

Hi,
I am on Mac books and I am just trying to run the sample app after installing it successfully and I get:

Generating the Prisma client…
gen | Generating TypeScript definitions and GraphQL schemas…
gen | 14 files generated
web | [webpack-cli] TypeError: cli.isMultipleCompiler is not a function
web | at Command. (/Users/janbasson/Projects/support-ukraine-contact-mps-form/node_modules/@webpack-cli/serve/lib/index.js:146:35)
web | at async Promise.all (index 1)
web | at async Command. (/Users/janbasson/Projects/support-ukraine-contact-mps-form/node_modules/webpack-cli/lib/webpack-cli.js:1674:7)
web | cd “/Users/janbasson/Projects/support-ukraine-contact-mps-form/web” && yarn cross-env NODE_ENV=development RWJS_WATCH_NODE_MODULES= webpack serve --config “/Users/janbasson/Projects/support-ukraine-contact-mps-form/node_modules/@redwoodjs/core/config/webpack.development.js” exited with code 2

I’m getting the same error.

I had the same error running for the first time redwood. Any fix?

1.5.2 fixes the issue with yarn rw dev.

$: yarn rw upgrade.