“Cannot read property ‘pickAlgorithm‘ of null“ 报错

当我在 npm install 一个项目的时候,突然出现了 "Cannot read property 'pickAlgorithm' of null" 

需要进行清除缓存后,再进行初始化

npm cache clear --force

npm install

你可能感兴趣的:(npm,前端,node.js)