解决 npm ERR! Cannot read properties of null (reading ‘pickAlgorithm‘) 报错问题

814 阅读1分钟

解决方案:

  1. 在终端中运行命令:
npm cache clear --force
  1. 重新执行安装命令
npm i
  1. 安装完成,没有出现报错