angular-builders icon indicating copy to clipboard operation
angular-builders copied to clipboard

Uncaught RangeError: Maximum call stack size exceeded at _gloabal.<computed>.get (zone.js:xx)

Open devHimanshu12 opened this issue 3 years ago • 1 comments

Describe the Bug

I have updated my angular from version 7 to version 14. step by step. But now i am getting this maximum call stack size exceeded at _global..get(zone.js:xx) I have tried things like updating zone.js to latest , deleting node modules and npm i and npm ci also. and check ts file whether there is any recursive function or not, there is no.if i comment polyfills then there is no error. Please me in removing this error.

Minimal Reproduction

Expected Behavior

I should run without error.

Screenshots

classification-package-json

classification

console-zone-err

If applicable, add screenshots to help explain your problem.

Environment


Libs
- @angular/core version: 14.1.1
- @angular-devkit/build-angular version: 14.1.1
- @angular-devkit/architect version : 14.1.1
- @schematics/angular version: 14.1.1

For Tooling issues:
- Node version: 16.15.1
- Platform:  linux x64

Others:

Additional Context

Add any other context about the problem here.

devHimanshu12 avatar Aug 08 '22 12:08 devHimanshu12

From what I see you're not even using @angular-builders. Probably an issue for Angular/Angular CLI repo?

just-jeb avatar Aug 09 '22 15:08 just-jeb

That's definitely not related to angular-builders. The package isn't doing any code transformations. It has nothing to do with the zone.js package, which throws an error that the getter is called recursively somewhere in your code. That's happening because there's a change between zone.js versions.

arturovt avatar Nov 07 '22 18:11 arturovt