解决 npm ERR! Cannot read properties of null (reading ‘pickAlgorithm‘) 报错问题 人人都是小伙伴 2023-02-10 814 阅读1分钟 解决方案: 在终端中运行命令: npm cache clear --force 重新执行安装命令 npm i 安装完成,没有出现报错