[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
572
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.
-
1
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.
Marry Christ Sep 17 2020 -
0
You can understand that :
[email protected] is supported until [email protected]
And, [email protected] will be supported [email protected]So you can run the command below to resolve your issues.
npm i [email protected]
Marry Christ Sep 17 2020 -
0
You can refer the answers for this question on stackoverflow :)
Sandeep Kumar Sep 17 2020
* Type maximum 2000 characters.
* All comments have to wait approved before display.
* Please polite comment and respect questions and answers of others.