...">

angular6 "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">...

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"

你可能感兴趣的:(angular6 "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">...)