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

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

    No need to run npm update (I didn't want to update any packages) or delete the entire node_modules folder. I solved this by

    1. deleting package-lock.json
    2. deleting node_modules\material-design-icons-xxxxxxx
    3. running npm install again

提交回复
热议问题