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

前端 未结 7 1263
野性不改
野性不改 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:16

    Finally, I got this fixed by:

    • Removing node_modules folder
    • Running npm update
    • Running 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.

提交回复
热议问题