-
Notifications
You must be signed in to change notification settings - Fork 12k
ng update broken for angular v 5.2 (cli v 1.7.4) #14581
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
Comments
Just for a note. I was updating a bunch of repos where the versions were all the same. Before v 8 was released the update guide worked fine. |
@tuuling I tried your solution based on your reply you made to my issue on #14546. The first two steps worked correctly for me. But step 3, updating
I fixed the ng-bootstrap issue by changing the version number in my After doing this, I was able to update @angular/cli using your step 4 you, and the project seems to build correctly. So hopefully everything is converted correctly. I'm curious if you had to use the |
@ryanmcfall I did not have to use --force. But I think you could have solved your problems by |
I have same the need |
Hi, I tried upgrading angular from version 5.2 to 8.0, and I followed @tuuling steps; |
@meksof Use Typescript 3.4.5 for now, you shouldn't have a warning for this. You can try |
Thanks @tuuling good workaround. I had to use
Solved with And
Solved with The modified steps I took were
May the |
Update these package to latest versions that is:
|
I have found it necessary to set these devDependency package versions manually after upgrading from Angular 7.5 to 8.0: |
Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases. Please update to the most recent Angular CLI version. If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. |
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
Command (mark with an
x
)Is this a regression?
Hard to tell. It seems v8 release broke an existing version
Description
when trying to run ng update following theinstructionss on Angular Update Guide I get the follwoing error
🔬 Minimal Reproduction
my package.json file
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: