解决Cannot read properties of null (reading ‘pickAlgorithm‘)
nodejs 执行 npm install 时报错 “Cannot read properties of null (reading ‘pickAlgorithm‘)”
解决方法:执行npm cache clear --force清除缓存再重新执行
npm cache clear --force
在重新执行安装依赖包命令
npm i
重新执行后安装成功
解决Cannot read properties of null (reading ‘pickAlgorithm‘)
nodejs 执行 npm install 时报错 “Cannot read properties of null (reading ‘pickAlgorithm‘)”
解决方法:执行npm cache clear --force清除缓存再重新执行
npm cache clear --force
在重新执行安装依赖包命令
npm i
重新执行后安装成功