You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a fully up to date project (do everything ng update --next tells you to do)
run ng update --next
Observed behavior
$ ng update --next
We analyzed your package.json, there are some packages to update:
Name Version Command to update
---------------------------------------------------------------------------------------------------------
There might be additional packages that are outdated.
Or run ng update --all to try to update all at the same time.
Nothing to be done.
Desired behavior
This advice seems contradictory. It's unclear what I should be doing next as a user.
If the CLI thinks everything is good to go, then it should say something like 'All of your packages are up to date and we can't find anything that needs to be updated'.
The text was updated successfully, but these errors were encountered:
Versions
Repro steps
ng update --next
tells you to do)ng update --next
Observed behavior
Desired behavior
This advice seems contradictory. It's unclear what I should be doing next as a user.
If the CLI thinks everything is good to go, then it should say something like 'All of your packages are up to date and we can't find anything that needs to be updated'.
The text was updated successfully, but these errors were encountered: