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
$ ng update --all -f
Package "angularfire2" has a missing peer dependency of "@firebase/app" @ "^0.1.6".
Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=2.4.2 <2.7", would install "2.8.1").
Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=2.4.2 <2.7", would install "2.8.1")
Incompatible peer dependencies found. See above.
stephen@cros-stretch:~/workspace/fluin.io$ ng update --all --force
Package "angularfire2" has a missing peer dependency of "@firebase/app" @ "^0.1.6".
Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=2.4.2 <2.7", would install "2.8.1")
Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=2.4.2 <2.7", would install "2.8.1").
Incompatible peer dependencies found. See above.
Desired behavior
ng update --all --force should perform the update despite the incorrect peer dependencies
The text was updated successfully, but these errors were encountered:
Versions
Repro steps
Desired behavior
ng update --all --force
should perform the update despite the incorrect peer dependenciesThe text was updated successfully, but these errors were encountered: