0
carelearning created
Dear Abp Zero Support,
On my PC and a co-workers PC we both get the following message, >angular/[email protected] requires typescript@'>=2.1.0 <2.4.0' but 2.5.2 was found instead .
I have removed typescript via
npm uninstall -g typescript
but I still get that message. This is the first Google hit [https://github.com/angular/angular/issues/19287]) and it concerns 4.4.3. I've tried a few of their suggestions unsuccessfully.
Have you encountered this issue?
1 Answer(s)
-
0
Hi @careLearning,
This is beacuse we use a typescript version higher than angular-cli supports but this is not a problem at the moment. If you don't want to see this warning, you can decrease typescript version in package.json file of angular project.