Update to Angular 9.0.3 -> Maximum call stack size exceeded, while running subprocess ng

After update to Angular 9.0.3 when try to build the app with “ionic build” get this error

ng run app:build --verbose
ng:analytics getGlobalAnalytics +0ms
ng:analytics Client Analytics config found: false +69ms
ng:analytics Analytics disabled. Ignoring all analytics. +0ms
ng:analytics getSharedAnalytics +0ms
0% compiling
Compiling @ionic-native/core : module as esm5
[webpack.Progress] 2783ms building
[webpack.Progress] 15ms hashing
[webpack.Progress] 23ms chunk assets processing
[webpack.Progress] 172ms after chunk asset optimization

ERROR in Maximum call stack size exceeded
[ERROR] An error occurred while running subprocess ng.

    ng run app:build --verbose exited with exit code 1.
    
    Re-running this command with the --verbose flag may provide more information.

ionic:utils-process onBeforeExit handler: ‘process.exit’ received +0ms
ionic:utils-process onBeforeExit handler: running 1 functions +0ms
ionic:utils-process processExit: exiting (exit code: 1) +44ms

❯ ionic info

Ionic:

Ionic CLI : 6.1.0 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.0.3
@angular-devkit/build-angular : 0.900.3
@angular-devkit/schematics : 9.0.3
@angular/cli : 9.0.3
@ionic/angular-toolkit : 2.1.2

Cordova:

Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : not available
Cordova Plugins : not available

Utility:

cordova-res : 0.9.0
native-run : 0.3.0

System:

Android SDK Tools : 26.1.1 (/Users/fascox/Library/Android/sdk)
ios-deploy : 1.10.0
ios-sim : 8.0.2
NodeJS : v13.8.0 (/usr/local/Cellar/node/13.8.0/bin/node)
npm : 6.14.0
OS : macOS Catalina
Xcode : Xcode 11.3.1 Build version 11C504

never mind solved with “ionic repair”