Hi Guys ,
This blog is about the error Module not found: Error: Can't resolve '@angular/cdk/a11y' .
The full error is as follows :
/src/app/material-module.ts Module not found: Error: Can't resolve '@angular/cdk/a11y' in ..
This error is due to the material module is missing but the code is expecting it to be in the node_modules .
To fix this issue simply type the following command in the command prompt .
npm install --save @angular/material
If this does not work remove the node_modules and perform npm update .
Thanks !
This blog is about the error Module not found: Error: Can't resolve '@angular/cdk/a11y' .
The full error is as follows :
/src/app/material-module.ts Module not found: Error: Can't resolve '@angular/cdk/a11y' in ..
This error is due to the material module is missing but the code is expecting it to be in the node_modules .
To fix this issue simply type the following command in the command prompt .
npm install --save @angular/material
If this does not work remove the node_modules and perform npm update .
Thanks !
No comments:
Post a Comment