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
Angular CLI: 6.0.8
Node: 8.9.0
OS: linux x64
Angular: 6.0.4
Repro steps
ng new my-proj
cd my-proj
ng update --all
The log given by the failure
Package "karma-jasmine-html-reporter" has a missing peer dependency of "jasmine" @ ">=3".
Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=2.7.2 <2.8", would install "2.9.1").
Incompatible peer dependencies found. See above.
Desired functionality
To have a successful message.
luzanovdm, bennymeg, fabrizziocht, TheSachin and teuf22