After updating my Angular and my Angular project version to Angular 7, I encountered an issue when trying to run it:
The package "@angular/compiler-cli" has an incompatible peer dependency with "typescript" (requires ">=3.1.1 <3.2", but would install "3.2.2").
Incompatible peer dependencies found. Please refer to the error above.
How can I fix this? Is it possible to install a version of angular/compiler-cli that supports typescript 3.2.2?