在使用 npm install
命令安裝依賴時,報出了 Cannot read properties of null (reading 'pickAlgorithm') 這個錯誤,這個可能是由于 npm 的緩存問題引起的。
解決方法如下,輸入命令:文章來源:http://www.zghlxwxcb.cn/news/detail-707102.html
shell npm cache clear --force
清除一下 npm 的緩存,基本上應(yīng)該能行了。文章來源地址http://www.zghlxwxcb.cn/news/detail-707102.html
到了這里,關(guān)于[npm]Cannot read properties of null (reading 'pickAlgorithm')的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!