Base solution for your next web application
Open Closed

npm start: Compatible version of TypeScript #4032


User avatar
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?

Regards,


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.