Error: Local workspace file ('angular.json') could not be found

前端 未结 23 1035
-上瘾入骨i
-上瘾入骨i 2020-11-28 01:10

I have travis-ci integrated with my GitHub account (https://github.com/pradeep0601/Angular5-Router-App).

When I updated @angular/cli versio

23条回答
  •  温柔的废话
    2020-11-28 01:57

    I was having this error message inside a docker container. I resolved it adding:

    WORKDIR /usr/src
    

    to Dockerfile.

提交回复
热议问题