Job name “..getProjectMetadata” does not exist

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

    If you use npm audit fix, find the package which you tried to fix and restore to a stable version and be aware with vulnerabilities.

提交回复
热议问题