-
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: Cannot read property 'parseJson' of undefined #12624
Comments
This dependency has not been correctly updated and I had to update it manually. I think the issue is related to angular/angular-cli#12624 which was fixed between CLI RCs and final.
This didn't work for me in one of my projects: https://github.com/alfaproject/rs-progress/tree/v6 P.S.: It also didn't remove the reflect polyfill. |
I saw this today as well with an |
This was also mentioned in #12646 (comment). |
…#26555) This dependency has not been correctly updated and I had to update it manually. I think the issue is related to angular/angular-cli#12624 which was fixed between CLI RCs and final. PR Close #26555
…#26555) This dependency has not been correctly updated and I had to update it manually. I think the issue is related to angular/angular-cli#12624 which was fixed between CLI RCs and final. PR Close #26555
@clydin thank you for the clarification. I've moved some of the comments over to that issue. |
It might be helpful to update the topic of this issue to |
…angular#26555) This dependency has not been correctly updated and I had to update it manually. I think the issue is related to angular/angular-cli#12624 which was fixed between CLI RCs and final. PR Close angular#26555
…angular#26555) This dependency has not been correctly updated and I had to update it manually. I think the issue is related to angular/angular-cli#12624 which was fixed between CLI RCs and final. PR Close angular#26555
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 (mark with an
x
)Command (mark with an
x
)Versions
v6 -> v7 update
before:
after:
Repro steps
The log given by the failure
The update of CLI and Core succeeds despite the red error, but build-angular is not updated to the correct version and Angular Material and the CDK are not update.
Desired functionality
ng update succeeds
The text was updated successfully, but these errors were encountered: