npm - tarball data for material-design-icons seems to be corrupted

前端 未结 7 1233
野性不改
野性不改 2021-02-08 07:24

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         


        
7条回答
  •  余生分开走
    2021-02-08 08:13

    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
    

提交回复
热议问题