stbui / angular-material-app

基于最新Angular 11框架与Material 2技术的web中后台前端应用框架。
https://stbui.github.io/angular-material-app/index.html
MIT License
517 stars 175 forks source link

material-design-icons@3.0.1 seems to be corrupted. #40

Closed vdizdarevic closed 6 years ago

vdizdarevic commented 6 years ago

my current app version:

@angular/cli: 1.4.2 node: 8.11.1 os: win32 x64 npm: 6.0.1

when I try to do npm install, I get an error material-design-icons@3.0.1 seems to be corrupted.

I also tried with npm install material-design-icons-iconfont --save

also did this:

rd /S /Q node_modules npm cache clean --force npm install

Still same error message, do you please have some idea how to solve this?