說明
在使用 npm install 安裝依賴的時候,可能會出現(xiàn)下面的錯誤提示
npm ERR! Cannot read property 'pickAlgorithm' of null
如下圖所示
npm ERR! Cannot read property 'pickAlgorithm' of null
解決方法
清理緩存
npm cache clear --force
再次安裝依賴
npm install
在使用 npm install 安裝依賴的時候,可能會出現(xiàn)下面的錯誤提示
npm ERR! Cannot read property 'pickAlgorithm' of null
如下圖所示
npm ERR! Cannot read property 'pickAlgorithm' of null
清理緩存
npm cache clear --force
再次安裝依賴
npm install