Encountering a perplexing issue with my Angular application. After checking out the code on my new machine, I attempted to run my existing Angular 12 project. However, despite the application running properly in the command prompt, it is not functioning as expected and displaying the following error screen:
After successfully installing the app using npm install, I noticed several deprecated warnings like:
deprecated warnings here...
Following the installation, when trying to launch the app using npm start, I encountered another peculiar situation where the app runs correctly in the command prompt but fails to load in the browser, resulting in a blank page with console errors:
screenshot links here...
The versions of Angular being used are specified in the screenshots below:
angular versions screenshots here...
If anyone can offer assistance with resolving this issue, I would greatly appreciate it. I have been struggling to find a solution on my own.
Thank you.