【发布时间】:2021-12-02 15:14:11
【问题描述】:
运行npm install 时出现错误。
错误是:
npm ERR! Cannot read property 'pickAlgorithm' of null
npm ERR! A complete log of this run can be found in:
npm ERR! npm-cache\_logs\2021-10-14T08_03_47_266Z-debug.log
我做了以下,但错误仍然存在:
- 已删除
node-modules - 已删除给定文件
- 正在运行
npm cache clear --force
环境:
操作系统:Windows 10
反应原生:0.65.1
节点:14.17.4
npm: 7.21.0
【问题讨论】:
标签: react-native npm npm-install