Closed
Description
Repro steps
In the angular update guide: https://github.com/StephenFluin/angular-update-guide
update to @angular/cli@next
then run ng update @angular/core --next
Observed behavior
Package "codelyzer" has an incompatible peer dependency to "@angular/compiler" (requires ">=4.0.0-rc.0 <5.0.0||>=2.3.1 <3.0.0||>=4.0.0-beta <6.0.0", would install "6.0.0-rc.6").
Package "codelyzer" has an incompatible peer dependency to "@angular/common" (requires ">=4.0.0-rc.0 <5.0.0||>=2.3.1 <3.0.0||>=4.0.0-beta <6.0.0", would install "6.0.0-rc.6").
Package "codelyzer" has an incompatible peer dependency to "@angular/platform-browser" (requires ">=4.0.0-rc.0 <5.0.0||>=2.3.1 <3.0.0||>=4.0.0-beta <6.0.0", would install "6.0.0-rc.6").
Package "codelyzer" has an incompatible peer dependency to "@angular/platform-browser-dynamic" (requires ">=4.0.0-rc.0 <5.0.0||>=2.3.1 <3.0.0||>=4.0.0-beta <6.0.0", would install "6.0.0-rc.6").
Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=2.7.2 <2.8", would install "2.6.2")
Package "codelyzer" has an incompatible peer dependency to "@angular/core" (requires ">=4.0.0-rc.0 <5.0.0||>=2.3.1 <3.0.0||>=4.0.0-beta <6.0.0", would install "6.0.0-rc.6").
Updating package.json with dependency zone.js @ "0.8.26" (was "0.8.20")...
Updating package.json with dependency @angular/compiler @ "6.0.0-rc.6" (was "5.2.9")...
Updating package.json with dependency @angular/common @ "6.0.0-rc.6" (was "5.2.9")...
Updating package.json with dependency @angular/platform-server @ "6.0.0-rc.6" (was "5.2.9")...
Updating package.json with dependency @angular/animations @ "6.0.0-rc.6" (was "5.2.9")...
Updating package.json with dependency rxjs @ "6.0.0" (was "5.5.7")...
Updating package.json with dependency @angular/forms @ "6.0.0-rc.6" (was "5.2.9")...
Updating package.json with dependency @angular/platform-browser @ "6.0.0-rc.6" (was "5.2.9")...
Updating package.json with dependency @angular/platform-browser-dynamic @ "6.0.0-rc.6" (was "5.2.9")...
Updating package.json with dependency @angular/compiler-cli @ "6.0.0-rc.6" (was "5.2.9")...
Updating package.json with dependency @angular/router @ "6.0.0-rc.6" (was "5.2.9")...
Updating package.json with dependency @angular/service-worker @ "6.0.0-rc.6" (was "5.2.9")...
Updating package.json with dependency @angular/core @ "6.0.0-rc.6" (was "5.2.9")...
UPDATE package.json (1632 bytes)
Desired behavior
It should not require force.