Pega Angular Starter Kit issue

I’m trying to start the Pega Angular Starter Kit, but when I attempt to run the server, I encounter the following error: “The current version of “@angular/build” supports Angular versions ^21.0.0, but detected Angular version 22.0.2 instead. Please visit the link below to find instructions on how to update Angular. https://update.angular.dev/ URL “ . Work around tired - approach 1 reinstall / approach 2: Downgrade Angular to v21. Unfortunately, neither approach worked. . any idea to resolve the issue would be much appreciated

Hi, Was any change made to package.json ? I think starter pack used angular 18.2.12 , so are you upgrading angular ? If yes all the angular dependencies should be upgraded to angular 22. If all the dependencies are upgraded to version 22 and still you are having issue then remove node_modules and package-lock.json and run npm install.