报错信息:
npm ERR:Cannot read properties of null (reading 'pickAlgorithm')
解决方案:
//1.先清除缓存
npm cache clear --force
//2.再重新安装依赖
npm install
//3.再次运行
npm run dev
这篇博客主要介绍了在使用npm时遇到的错误:'Cannot read properties of null (reading 'pickAlgorithm')'。通过提供一个三步解决方案,包括清除缓存、重新安装依赖和重新运行开发服务器,博主帮助开发者解决这个常见的前端开发问题。
报错信息:
npm ERR:Cannot read properties of null (reading 'pickAlgorithm')
解决方案:
//1.先清除缓存
npm cache clear --force
//2.再重新安装依赖
npm install
//3.再次运行
npm run dev
6267

被折叠的 条评论
为什么被折叠?