I\'m having this error while running a npm install material-design-icons@3.0.1:
npm install material-design-icons@3.0.1
tarball data for material-design-icons@3.0.1 (sha1-mnHEh0chjrylHlGmb
Finally, I got this fixed by:
node_modules
npm update
npm install
As far I understand, the npm update should have updated the package.json file, but all dependencies kept the same versions as we had it before.