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:
- npm install
- npm audit fix
- npm i @angular-devkit/build-angular@0.803.24
- npx npm-force-resolutions
- npm install
I dont know why this is only work with the version 0.803.24
I hope anyone have an solution for this.
1 post - 1 participant