You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Run ig new and choose:
Framework: Angular
Project Type: Ignite UI for Angular
Template: Side navigation + login
Choose "Complete & Run" to initialize and start the project.
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
The text was updated successfully, but these errors were encountered:
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 version19.0.5
, but Angular core version18.2.13
is found instead.Environment Details:
igx-ts
)The error suggests updating Angular to align with CLI version 19.
Steps to reproduce
ig new
and choose:Result
The following error appears after attempting to
ng serve
: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
The text was updated successfully, but these errors were encountered: