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
Well I could not resolve this problem with a lot of tries so I made the download of the github ZIP, unzip and install and it worked !
download material-design-icons from github
unzip to the directory of your project (or c:\tmp)
npm install ./material-design-icons
or
npm install c:/tmp/material-design-icons