-
Notifications
You must be signed in to change notification settings - Fork 12k
Not saving update to latest CLI version 8 makes repeat attempts error-prone #16021
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
Is there any reason we aren't just asking people to |
Discussed it with @clydin, we could do that but there wouldn't be any real benefit over just doing On the other hand, it'd take longer, and we don't really test So I think |
Fully supporting and testing Also, if there is a strong preference for only referencing |
I prefer only referencing |
Doc change. Needs to be tried out. |
For more context see: angular/angular-cli#16021 Closes: angular/angular-cli#16021 PR Close #33726
Still needs angular/angular-update-guide#40 before we can close. |
Closing as the above mentioned PR was merged. |
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. |
This issue impacts 9.0.0-rc.0 and happened while updating https://github.com/vmware/clarity.
In https://next.angular.io/guide/updating-to-version-9 the suggested update procedure is to follow these commands:
When the update procedure fails, a user will need to manually revert their repository to before the update (as described in #16020) and attempt to update again.
If the user forgets to run
npm install --no-save @angular/cli@^8.3.15
, they will end up an incorrect update.It would be better to instruct users to save and commit their update to
@angular/cli@^8.3.15
before proceeding in order to reduce mistakes in subsequent update attempts.cc @StephenFluin @mgechev
The text was updated successfully, but these errors were encountered: