Versions of @angular/compiler-cli and typescript could not be determined

前端 未结 11 2559
耶瑟儿~
耶瑟儿~ 2020-12-28 14:35

I have installed Angular/cli and then try to run command ng serve then below error is throwing. I have tried lot of thing like uninstall angular/cli, npm cache clean, etc

11条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-28 14:59

    Also check these dependencies package.json:

    ...
    "@angular/cli": "x.x.x",
    "@angular/compiler": "^y.y.y",
    "@angular/compiler-cli": "^z.z.z",
    "typescript": "^t.t.t"
    ...
    

    Hope this helps...

提交回复
热议问题