I am new to angular.After reaching to clientapp folder of my project,I have used command called 'ng serve'. I am getting an error. Your global Angular CLI version (12.2.9) is greater than your local version (11.2.18). The local Angular CLI version is used.
To disable this warning use "ng config -g cli.warnings.versionMismatch false".(Yellow color msg) An unhandled exception occurred: The target entry-point "@angular/material/menu" has missing dependencies:
- @angular/cdk/a11y
- @angular/cdk/coercion
- @angular/cdk/keycodes
- @angular/cdk/portal
- @angular/cdk/bidi
- @angular/cdk/overlay
- @angular/cdk/platform
- @angular/cdk/scrolling (in red color). So again I have used npm install command and ng serve.Still getting this error.
What shall I do now?