[Resolved] ERROR in The Angular Compiler requires TypeScript >=3.6.4 and <3.9.0 but 3.9.7 was found instead.
Dung Do Tien
Sep 17 2020
1743
I have created a web application with Angular 9.0 but after starting the application with the command below I got an error:
ng serve -o
And this is the error:
I don't know why and I need any explaining.
Have 3 answer(s) found.
-
M2
Marry Christ Sep 17 2020
You can update the TypeScript module to version 3.7.5 with using the command below:
npm install [email protected]
I hope it helpful for you.
-
M0
Marry Christ Sep 17 2020
You can understand that :
[email protected] is supported until [email protected]
And, angular@10 will be supported [email protected]So you can run the command below to resolve your issues.
npm i [email protected]
-
S-1
Sandeep Kumar Sep 17 2020
You can refer the answers for this question on stackoverflow :)
* Type maximum 2000 characters.
* All comments have to wait approved before display.
* Please polite comment and respect questions and answers of others.