Uh oh!
There was an error while loading. Please reload this page.
refactor(@angular/cli): remove ng init & ng update - #4628
Conversation
hansl
commented
Feb 11, 2017
At least a BREAKING CHANGE section on this one please :) |
Brocco
commented
Feb 11, 2017
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.
alaindeurveilher
commented
Feb 17, 2017
Hi, |
filipesilva
commented
Feb 17, 2017
@AlainD- you're absolutely right, thanks for the heads up! |
Here's a PR that'll fix it #4771 |
fvilers
commented
Feb 19, 2017
I'm missing the |
equinox
commented
Feb 19, 2017
@fvilers You could |
fvilers
commented
Feb 19, 2017
@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. Closeangular#4771
ctilley83
commented
Jul 6, 2017
So what's the solution for upgrading an existing app guys? Manually change the package.json file? |
alaindeurveilher
commented
Jul 7, 2017
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.