-
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 tries to install 9.0.0-next.4 #15536
Comments
Most likely, it is related to the angular-cli itself, and not to material components: #14980 |
Duplicate of #14980 |
@alan-agius4 Any ETA on #14980 ? It's been 2 months since the bug was reported, and it prevents us from updating our code base. Since the other ticket is locked, we have no idea when there will be a solution, or if anyone is actively working on this. |
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. |
I am having existing angular application based on 7 adn I just run
ng update @angular/cli@8 @angular/core@8 --force
and all seems to be now updated. But when I try to update material withng update @angular/material@8 or ng update @angular/material
it tries to update existing angular packages I just updated to version angular/components#8 to version 9Expected Behavior
What behavior were you expecting to see?
I expect that it will only tries to update to version 8 and dont touch existing angular packages.
Actual Behavior
What behavior did you actually see?
see above the output
Environment
The text was updated successfully, but these errors were encountered: