npm 安装报错: Cannot read property ‘pickAlgorithm‘ of null

问题:

npm ERR! Cannot read property 'pickAlgorithm' of null

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\dev\nvm\v12.13.0\node_cache\_logs\2022-04-28T22_22_50_100Z-debug.log

解决

先清理一下缓存,然后在进行npm install

npm cache clear --force

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