npm warning解决

使用npm install出现以下问题:

npm WARN tarball tarball data for loader-utils@1.2.3 (sha512-fkpz8ejdnEMG3s37wGL
07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==) seems to
be corrupted. Trying one more time.

因为拉取过慢中断,可以通过换源解决。

解决方法:

npm install --registry=https://registry.npm.taobao.org

 

posted @ 2020-04-19 01:00  Guardner_Bunny  阅读(3051)  评论(0编辑  收藏  举报