安装某 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
npm: Cannot read property 'pickAlgorithm' of null
原文:https://www.cnblogs.com/duxing/p/14892817.html