-
Notifications
You must be signed in to change notification settings - Fork 12k
ERROR in Error: Error: Debug Failure. #8529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Event if lot people have error after editing file like me to get « err ipc channel closed » I don’t undertsand why i get insignifiant error when i first run ng serve without editing file I het this « ERROR in Error: Error: Debug Failure. Dont understand why cli doesnt tell me which file have ts syntax error or so? How can I debug compilation ng serve to find error . Thanks a lot |
This also happens if you use
Angular just fails with the
|
I'm having this error too, no idea how to solve it ... |
same issue with syntax error: |
I encountered this issue while working on upgrading an old angular app to the latest versions + CLI and besides ensuring that I used the syntax for arrays/maps described above I had to eliminate any usages of require. I replaced all statements like let x = require('./x.ts'); and I am no longer getting the error. |
Yeah. It worked for me. Thank u so much. But I think that the console would should say that, because it doesn't saying. |
Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases. Please update to the most recent Angular CLI version. If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Versions
Repro steps
After many refactor of my http call in whole my app, durning refactor I never run my app with
ng s
after doing this big refactor with changing too pipe() and adding return types interface to my get and post call. When I estimate I finished I just try to run my application, and now I'm encouring this incomprehensible bug :) app's relativly big (>100modules, >200component)How can I debug this ?
ng serve
orng build
And when
ng serve
is running with this error and I change/edit a file sometimes I get:and sometimes I get toot : lot of errors after editing file : https://gist.github.com/istiti/564fd674883f6a2fcbb153851063469f
Desired behavior
where is problem in my file ?
might be related issue:
#8355
#8331
#7875
The text was updated successfully, but these errors were encountered: