を実行するとエラーが発生します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
環境:
OS: Windows 10
リアクトネイティブ: 0.65.1
ノード: 14.17.4
npm: 7.21.0
ベストアンサー1
唯一役に立ったのはキャッシュをクリアすることだけでした:
npm cache clear --force