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
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:
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 : )
The text was updated successfully, but these errors were encountered:
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:
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 : )
The text was updated successfully, but these errors were encountered: