npm install angular material is stuck

273 Views Asked by At

node - 16.3.2, npm - 8.1.2, Typescript - 4.8.2, Angular cli - 15.0.4

I created a new Angular app. I'm able to run npm install and add required packages. However, npm install does not work only for Angular Material. When I try to run npm install on Angular Material it is stuck and nothing happens.

Thank you!

1

There are 1 best solutions below

2
On

Try ng add @angular/material. You can add angular martial using ng add command.