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

Angular 18.2.13 and CLI version 19.0.5 incompatibility #1363

Open
georgianastasov opened this issue Dec 17, 2024 · 0 comments
Open

Angular 18.2.13 and CLI version 19.0.5 incompatibility #1363

georgianastasov opened this issue Dec 17, 2024 · 0 comments

Comments

@georgianastasov
Copy link

georgianastasov commented Dec 17, 2024

Description

When creating a new project using igniteui-cli and selecting Angular, the process fails due to a version mismatch. The error occurs when Ignite UI CLI (14.3.6) attempts to start the project with Angular CLI version 19.0.5, but Angular core version 18.2.13 is found instead.

Environment Details:

  • Ignite UI CLI version: 14.3.6
  • Angular CLI version: 19.0.5
  • Framework: Angular
  • Project type: Ignite UI for Angular (igx-ts)

The error suggests updating Angular to align with CLI version 19.

Steps to reproduce

  1. Run ig new and choose:
    • Framework: Angular
    • Project Type: Ignite UI for Angular
    • Template: Side navigation + login
  2. Choose "Complete & Run" to initialize and start the project.
  3. Observe the build output.

Result

The following error appears after attempting to ng serve:

This version of CLI is only compatible with Angular versions ^19.0.0,
but Angular version 18.2.13 was found instead.
Please visit the link below to find instructions on how to update Angular.
https://update.angular.dev/

The project fails to start due to Angular version incompatibility.

Expected result

The Ignite UI CLI should correctly initialize and start the project without any Angular version conflicts, ensuring compatibility with Angular CLI version 19.0.5.

Attachments

2
3

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

No branches or pull requests

1 participant