在使用npm i 安装项目的依赖包时,出现如下报错:
npm i
执行npm cache clear --force 指令后,再执行npm i 即可正常安装依赖包
npm cache clear --force