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

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

Open
sipsonic2 opened this issue Feb 8, 2024 · 0 comments
Assignees

Comments

@sipsonic2
Copy link

sipsonic2 commented Feb 8, 2024

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 : )

@MarkTechson MarkTechson self-assigned this Feb 8, 2024
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

2 participants