Ignite UI CLI Version
Framework
Angular
CLI Command
upgrade-packages
Node.js Version
24.17.0
Operating System
macOS
Package Manager
None
Description
Running upgrade-packages commands from the angular schematics throws an error. This seems to be a regression. From my understanding the problem is that there is an issue with setting "projectTemplate": "ng-cli", in the ignite-ui-cli.json file. It defaults to the first type of project. However, the newly introduced ai-config type of project does not implement that method
Steps to Reproduce
example.zip
- Open the attached project
- Run
npm install
- Run
ng g @igniteui/angular-schematics:upgrade-packages
Actual Result
Method not implemented error is thrown
Expected Result
It should successfully upgrade packages
Error Output / Logs
Additional Context
No response
Ignite UI CLI Version
Framework
Angular
CLI Command
upgrade-packages
Node.js Version
24.17.0
Operating System
macOS
Package Manager
None
Description
Running
upgrade-packagescommands from the angular schematics throws an error. This seems to be a regression. From my understanding the problem is that there is an issue with setting"projectTemplate": "ng-cli",in theignite-ui-cli.jsonfile. It defaults to the first type of project. However, the newly introducedai-configtype of project does not implement that methodSteps to Reproduce
example.zip
npm installng g @igniteui/angular-schematics:upgrade-packagesActual Result
Method not implementederror is thrownExpected Result
It should successfully upgrade packages
Error Output / Logs
Additional Context
No response