-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Error in Maximum call stack size exceeded #5427
Comments
I have no idea. Never ran into it myself. Do you have a repo that I can checkout and see this? |
I'm also having this problem in When I give Versions.@angular/cli: 1.0.0 |
I have resolve this. I had a parent import module inside a child module. That doing an "import loop". Check ? |
#6309 |
Closing this being tracked at above issue. |
@alapasset Nice!Thank you👏🏼 |
revisen la manera en que utilizan el router de cada modulo, tenía este mismo problema y era que estaba declarando mal el router en uno de mis modulos |
This is due to the modules which are calling in loop that never comes out of it. check the module references/imports to resolve it. |
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. |
Bug Report or Feature Request
Versions.
@angular/cli: 1.0.0-rc.2
node: 6.9.2
os: win32 x64
@angular/common: 2.4.9
@angular/compiler: 2.4.9
@angular/core: 2.4.9
@angular/forms: 2.4.9
@angular/http: 2.4.9
@angular/platform-browser: 2.4.9
@angular/platform-browser-dynamic: 2.4.9
@angular/router: 3.4.9
@angular/cli: 1.0.0-rc.2
@angular/compiler-cli: 2.4.9
Repro steps.
I run ng serv / ng test or ng build and i have : "ERROR in Maximum call stack size exceeded"
The log given by the failure.
After "ng serve"
After I save one time and all is alright :
But for "ng test":
Desired functionality.
I have this issue since 3 - 4 days. Any idea to resolve this ?
Thx a lot :)
The text was updated successfully, but these errors were encountered: