Error: TSError: ⨯ Unable to compile TypeScript

前端 未结 5 1044
借酒劲吻你
借酒劲吻你 2021-02-05 08:44

I am facing the problem:

My Project is built on Angular4 with typescript, e2e testing with protractor & karma.

Travis-ci has this error:

5条回答
  •  暖寄归人
    2021-02-05 08:55

    if only the "npm install -g typescript" doesn't work.

    try to do "tsc" in the project folder

提交回复
热议问题