-
Notifications
You must be signed in to change notification settings - Fork 12k
Update README to new Project name #4349
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
Conversation
Modified angular-cli references when installing or uninstalling to @angular/cli
README.md
Outdated
@@ -430,15 +430,15 @@ To update `angular-cli` to a new version, you must update both the global packag | |||
|
|||
Global package: | |||
```bash | |||
npm uninstall -g angular-cli | |||
npm uninstall -g angular-cli or npm uninstall -g @angular/cli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep angular-cli
a separate line with a bash comment saying something like "for old versions < beta 28.x" or so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Meligy Changes made according to your suggestion.
This PR has been made obsolete by #4398. Although the comment about |
The new one has a better solution which actually uninstalls both of them regardless of what you are using. |
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. |
Modified angular-cli references when installing or uninstalling to @angular/cli