I\'m having this error while running a npm install material-design-icons@3.0.1
:
tarball data for material-design-icons@3.0.1 (sha1-mnHEh0chjrylHlGmb
You need to confirm whether the Typescript is installed and after installing typescript it worked for me
running the below comment will show the typescript version
tsc -v
If it shows some error install the typescript
npm install -g typescript
If then typescript is installed you can try checking the Angular Cli version
ng --version
If it shows some error then install Angular Cli Ref: https://cli.angular.io/
npm install -g @angular/cli