Currently, I am facing an issue with upgrading a project from Angular 6 to version 7. Despite following multiple online tutorials and successfully completing the upgrade process, I encountered an error when running the 'ng serve' command:
ERROR in The Angular Compiler requires TypeScript >=3.1.1 and <3.3.0 but 3.4.5 was found instead.
Lowering the TypeScript version to 3.1.1 resulted in numerous errors stemming from the node_modules folder. Any suggestions on how to resolve this issue would be greatly appreciated.
Thank you!