npm: Cannot read property 'pickAlgorithm' of null

时间:2021-06-17 16:57:10   收藏:0   阅读:3784

错误

安装某 package 时,提示报错:

npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/inherits: Cannot read property ‘pickAlgorithm‘ of null

环境

解决

清理缓存后再尝试安装

npm cache clear --force

原文:https://www.cnblogs.com/duxing/p/14892817.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!