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. |
hansl
left a comment
There was a problem hiding this comment.
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.