0

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!

Shankar Naru
  • 163
  • 1
  • 12

1 Answers1

0

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

Mahdi Zarei
  • 5,644
  • 7
  • 24
  • 54