Job name “..getProjectMetadata” does not exist

前端 未结 10 997
死守一世寂寞
死守一世寂寞 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:32

    Personally, the best solution is:

    ng update @angular/cli @angular/core
    

    Why? Because sooner or later, you need to upgrade to Angular 9+ and the other solutions are only to downgrade it.

    I was facing the same issue today until I used this solution and this one works perfectly well.

提交回复
热议问题