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

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

    I resolved this with the command: npm cache verify which output:

    Cache verified and compressed (C:\Programs\DCPS\npm-cache\_cacache):
    Content verified: 1344 (164824963 bytes)
    Content garbage-collected: 1 (3491551 bytes)
    Index entries: 1522
    Finished in 8.187s
    

    The line that stands out to me is: Content garbage-collected: 1 (3491551 bytes)

    Does this sort of thing happen because a new version of a package is published to npmjs without a version bump?

提交回复
热议问题