Solved it! In the /*app-name*/node_modules/angular-cli/lib/broccoli/angular2-app.js file replace all instances of "src/client" with "src".
Voila! On Thursday, April 7, 2016 at 2:29:49 PM UTC-7, Peter Wiebe wrote: > > Recently updated a small project I am working on from using beta.11 to > beta.14 > > Installed angular-cli back when the project was first started (currently > have 0.0.30 installed) > > When I run ng serve it is giving this error: > > ENOENT: no such file or directory, open 'src/client/tsconfig.json' > > > The tsconfig.json has and always been in the src directory. Not sure why > its now looking in the client directory. > > > Any help would be greatly appreciated. > > > Things I have tried: > > - Roll back changes to creating of new branch > > - Downgraded version of angular2 back to beta.11 > > > None of the above changes made a difference. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
