-
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
ng update @angular/core@19 @angular/cli@19 Failed. #29560
Comments
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Feb 3, 2025
…ot a dependency This commit updates the `update-ssr-imports` migration to not run when the @angular/ssr` package is not listed as a dependency. Closes angular#29560
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Feb 3, 2025
…ot a dependency This commit updates the `update-ssr-imports` migration to not run when the @angular/ssr` package is not listed as a dependency. Closes angular#29560
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Command
update
Is this a regression?
The previous version in which this bug was not present was
18
Description
I'm running NODE_OPTIONS="--max-old-space-size=8192" ng update @angular/core@19 @angular/cli@19
but the command fails with
❯ Update '@angular/ssr' import paths to use the new '/node' entry point when 'CommonEngine' is detected.
✖ Migration failed: Map maximum size exceeded
See "/tmp/ng-pCWODy/angular-errors.log" for further details
Minimal Reproduction
Node version: v22.13.1
My projects is not using ssr at all. how can i skip this migration ?
This is the tmp file with the error:
Exception or Error
Your Environment
Anything else relevant?
I must upgrade our angular product to angular 19, please help me to resolve this issue as soon as possible.
The text was updated successfully, but these errors were encountered: