首页 > 其他 > 详细

npm: Cannot read property 'pickAlgorithm' of null

时间:2021-06-17 16:57:10      阅读:3783      评论:0      收藏:0      [点我收藏+]

错误

安装某 package 时,提示报错:

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

环境

  • win 10
  • npm v7.16.0 / v7.17.0 也复现

解决

清理缓存后再尝试安装

npm cache clear --force

npm: Cannot read property 'pickAlgorithm' of null

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!