Make install-frontend yarn MODULE_NOT_FOUND error

I need some guidance...
I used the plone-starter cookie-cutter to initialize a repo.

When I run make install-frontend I get the following output.
Seems to be related to an issue with yarn.

...
+ make develop
++ pwd
+ '[' -f /workspaces/2024/frontend/tsconfig.json ']'
+ npx -p mrs-developer missdev --config=tsconfig.json --output=addons --fetch-https

Using src/addons
Update paths in tsconfig.json

+ yarn install
node:internal/modules/cjs/loader:1137
  throw err;
  ^

Error: Cannot find module '/workspaces/2024/frontend/.yarn/releases/yarn-3.2.3.cjs'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
    at Module._load (node:internal/modules/cjs/loader:975:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
    at node:internal/main/run_main_module:28:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v18.19.0
make[1]: *** [Makefile:52: install] Error 1
make: *** [Makefile:34: install-frontend] Error 2

What version of volto and the volto generator did you select? It has to be the correct version of the generator corresponding to the major version of volto. This is supposed to be selected automatically by the cookiecutter, but maybe something went wrong.

Also, make sure your installed version of cookiecutter is up to date.