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
环境
- win 10
- npm v7.16.0 / v7.17.0 也复现
解决
清理缓存后再尝试安装
npm cache clear --force
原文:https://www.cnblogs.com/duxing/p/14892817.html
评论(0)