Answers for "error in the angular compiler requires typescript >=3.1.1 and <3.3.0 but 3.4.5 was found instead"

2

ERROR in The Angular Compiler requires TypeScript >=4.0.0 and <4.1.0 but 3.4.5 was found instead.

npm i -D [email protected]
Posted by: Guest on March-09-2021
0

Error: The Angular Compiler requires TypeScript >=4.2.3 and <4.4.0 but 4.4.4 was found instead.

npm install typescript@">=4.2.3 <4.4.0" -D

- replace versions with those from your error message.
Posted by: Guest on October-28-2021

Code answers related to "error in the angular compiler requires typescript >=3.1.1 and <3.3.0 but 3.4.5 was found instead"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language