Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
This repository was archived by the owner on May 19, 2025. It is now read-only.

Fix for This version of CLI is only compatible with Angular versions ^17.0.0, but Angular version 13.2.6 was found instead. #28

@sipsonic2

Description

@sipsonic2

Fix for This version of CLI is only compatible with Angular versions ^17.0.0, but Angular version 13.2.6 was found instead.
OR similar version issues.

Once you have cloned the repository to your local directory of angular\introduction-to-angular you will need to run the following installs to support the code that was originally created in Angular 13.2.6

From with the directory 'introduction-to-angular' execute the following commands separately:

npm install @angular/cli@13.2.6 @angular/core@13.2.6 @angular-devkit/build-angular

Do not be tempted to update any of the audited packages as this will update your need 13.2.6 components to whatever more recent version of the Angular CLI you are using.

I hope this helps someone : )

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions