一、npm ERR! Cannot read properties of null (reading ‘pickAlgorithm‘)报错问题
在终端中运行命令:
npm cache clear --force //清理npm缓存
然后重新运行 npm i 命令,再次安装,安装完成,没有出现报错。npm run serve 运行项目,项目可以正常启动了。
在终端中运行命令:
npm cache clear --force //清理npm缓存
然后重新运行 npm i 命令,再次安装,安装完成,没有出现报错。npm run serve 运行项目,项目可以正常启动了。