[npm]Cannot read properties of null (reading 'pickAlgorithm')

2023-11-06

在使用 npm install 命令安装依赖时,报出了 Cannot read properties of null (reading 'pickAlgorithm') 这个错误,这个可能是由于 npm 的缓存问题引起的。

image.png

解决方法如下,输入命令:

shell npm cache clear --force 清除一下 npm 的缓存,基本上应该能行了。

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

[npm]Cannot read properties of null (reading 'pickAlgorithm') 的相关文章

随机推荐