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!