报错信息:
npm ERR:Cannot read properties of null (reading 'pickAlgorithm')
解决方案:
//1.先清除缓存
npm cache clear --force
//2.再重新安装依赖
npm install
//3.再次运行
npm run dev
报错信息:
npm ERR:Cannot read properties of null (reading 'pickAlgorithm')
解决方案:
//1.先清除缓存
npm cache clear --force
//2.再重新安装依赖
npm install
//3.再次运行
npm run dev