##開発環境
・Mac catalina 10.15.7
・node v14.15.0
・npm 6.14.8
##エラー内容
npx create-react-appで開発をしようとしたところ
error Couldn't find package "@svgr/webpack@5.4.0" required by "react-scripts" on the "npm" registry
Error: Couldn't find package "babel-eslint@^10.1.0" required by "react-scripts" on the "npm" registry.
Error: Couldn't find package "babel-plugin-named-asset-import@^0.3.7" required by "react-scripts" on the "npm" registry.
Error: Couldn't find package "babel-jest@^26.6.0" required by "react-scripts" on the "npm" registry.
Error: Couldn't find package "@babel/runtime@^7.11.2" required by "eslint-plugin-jsx-a11y@^6.3.1" on the "npm" registry.
エラー文だけピックアップしました、
他にもパッケージが見当たらないよとのエラーがいっぱい出ました。
##解決方法
$ npm update
アップデートを実行して再び npx create-react-app をしたところできました。