2017-02-01 4 views

答えて

0

よるThis issue

It's just can find the tsconfig in a non existing folder, somehow its trying to look it up deeper than it should.

  • src

    • tsconfig.js

and not

  • src

    • client

      • tsconfig.js

.............

In angular-cli 0.0.30 there's a client folder between src/ and app. So now, when you generate a project, it's src/client/app not src/app.

可能なソリューションへ

If you're upgrading the CLI for an existing project, please add that folder manually and move app inside of the new client dir

関連する問題