Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command upgrade-packages doesn't work when igniteui-angular part of list of overrides #1342

Open
Lipata opened this issue Nov 22, 2024 · 0 comments

Comments

@Lipata
Copy link
Member

Lipata commented Nov 22, 2024

Description

Describe the issue.

  • Ignite UI CLI version: 14.2.x
  • Framework: Angular
  • Project type: igx-ts

Steps to reproduce

  1. Project with igniteui-angular component
  2. Define an override with igniteui-angular part of the list
"overrides": {
    "igniteui-angular-extras": {
      "igniteui-angular": "^19.0.0-rc.0",
      "@angular/core": "^19.0.0",
      "@angular/common": "^19.0.0",
      "@angular/animations": "^19.0.0"
    },
  1. Run ng g @igniteui/angular-schematics:upgrade-packages --skip-install

Result

"igniteui-angular" in the override

Expected result

"@infragistics/igniteui-angular" in the override

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

No branches or pull requests

2 participants