錯誤
安裝某 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
安裝某 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