-
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
refactor(@angular/cli): remove ng init & ng update #4628
Conversation
At least a BREAKING CHANGE section on this one please :) |
Thank you, breaking change text has been added to the PR. |
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.
I'll reword the BREAKING CHANGE part. Thanks! LGTM.
Hi, |
@AlainD- you're absolutely right, thanks for the heads up! |
Here's a PR that'll fix it #4771 |
I'm missing the |
@fvilers You could |
@equinox This is what I did, but this is not the behavior I expect from a cli. I hope the maintainers will restore the command soon. |
BREAKING CHANGE: Removing the `ng init` & `ng update` commands because their current implementation causes more problems than it solves. Once RC is released, we won't need to use those to update anymore as the step will be as simple as installing the latest version of the CLI.
`ng update` has been removed in angular#4628. Close angular#4771
So what's the solution for upgrading an existing app guys? Manually change the package.json file? |
I don't know the recommendations but what I usually do, I create a new project in a temporary folder, and then compare the differences between that new project and mine. I manually modify my project accordingly then. |
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. |
BREAKING CHANGE: Removing the ng init & ng update commands because their current implementation causes more problems than it solves. Update functionality will return to the CLI, until then manual updates of applications will need done.