problem:
"@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=3.1.1 <3.2", would install "3.2.1")
You can do:
ng update --all --force
npm install typescript@">=3.1.1 <3.3.0"
problem:
"@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=3.1.1 <3.2", would install "3.2.1")
You can do:
ng update --all --force
npm install typescript@">=3.1.1 <3.3.0"