ng update to v8 causes [error] Error: Job name "..getProjectMetadata" does not exist.
See original GitHub issueπ Bug report
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- xi18n
- run
- config
- help
- version
- doc
Description
A clear and concise description of the problem...When I run ng update @angular/cli@8 @angular/core@8
, I then get an error when I run ng build
[error] Error: Job name "..getProjectMetadata" does not exist.
Details are also here https://stackoverflow.com/questions/59447679/an-unhandled-exception-occurred-job-name-getprojectmetadata-does-not-exist
I resolved this by running npm i @angular-devkit/build-angular@0.803.24
I expected that updating to v8 would resolve this.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:25
- Comments:24 (2 by maintainers)
Top Results From Across the Web
angular - Job name "..getProjectMetadata" does not exist
I got this error after running npm audit fix . Although I lock dependencies it still upgraded to angular 9 which I don't...
Read more >An unhandled exception occurred Job name ...
When I start to run my Application, I get this error: **[error] Error: Job name "..getProjectMetadata" does not exist.** at Observable.
Read more >Job name "..getProjectMetadata" does not exist. - Manar System
An unhandled exception occurred: Job name β..getProjectMetadataβ does not exist. It seems to be a problem with @angular-devkit/build-angular. Try updating ...
Read more >Job name "..getProjectMetadata" does not exist-angular.js
My Jenkins build requires me to run the npm audit fix command to download dependencyes. This command makes the same error appear again....
Read more >Data Binding Error: Package Viewcontroller Does Not Exist
Android Studio - Data Binding Error: Package Viewcontroller Does Not Exist ... ng update to v8 causes [error] Error: Job name "getProjectMetadata" does...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same here!
after and βnpm audit fixβ I got the same error. After a check I have seen: β@angular-devkit/build-angularβ: β^0.900.3β,
Downgrade to: β@angular-devkit/build-angularβ: β~0.803.24β,
you can try version 0.803.8, the version before the one you post (in Angular 9)