Job name “..getProjectMetadata” does not exist

前端 未结 10 1008
死守一世寂寞
死守一世寂寞 2020-12-23 08:34

I updated my angular to v9 and when I try to go back in v8, I receive this error. I have already tried the following:

  • uninstall -global angular/cli
  • un
10条回答
  •  暖寄归人
    2020-12-23 09:24

    This command fixes the situation temporarily:

    npm i @angular-devkit/build-angular@0.803.24
    

    My Jenkins build requires me to run the npm audit fix command to download dependencyes. This command makes the same error appear again. Anyone have any idea how to make the audit command ignore angula-devkit?

提交回复
热议问题