在Vue项目中执行npm install安装依赖时,可能会遇到以下报错信息:
TypeError: Cannot read property 'pickAlgorithm' of null
这个问题通常是由于npm缓存导致的,可以通过以下步骤来解决:
npm cache clear --force
rm -rf node_modules
npm install
这样就可以解决这个问题了。如果还是不行,可以尝试升级npm或者node版本。
京公网安备 11010502049817号