npm not working after clearing cache

前端 未结 11 998
南笙
南笙 2020-12-12 12:53

Before clearing cache

npm cache clear

npm is working fine. After clearing cache, it is not working. The error log below suggest problem wi

11条回答
  •  一向
    一向 (楼主)
    2020-12-12 13:21

    "As of npm@5, the npm cache self-heals from corruption issues and data extracted from the cache is guaranteed to be valid. If you want to make sure everything is consistent, use

    npm cache verify
    

    instead."

提交回复
热议问题