Skip to content

[Angular] Angular schematics upgrade packages throws an error #1797

Description

@mddragnev

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

  1. Open the attached project
  2. Run npm install
  3. Run ng g @igniteui/angular-schematics:upgrade-packages

Actual Result

Image

Method not implemented error is thrown

Expected Result

It should successfully upgrade packages

Error Output / Logs

Additional Context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions