Get an build-error Job name "..getProjectMetadata" does not exist

Hey!

Since 2 days I have the problem that I cannot run an ng build (for docker).
I get the following message every time:

An unhandled exception occurred: Job name “…getProjectMetadata” does not exist.

In a Stackoverflow contribution the problem could be fixed, but this is not a state…
I had to do the following:

  1. npm install
  2. npm audit fix
  3. npm i @angular-devkit/build-angular@0.803.24
  4. npx npm-force-resolutions
  5. npm install

I dont know why this is only work with the version 0.803.24
I hope anyone have an solution for this.