1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

npx create-react-appで詰まったところ

Posted at

##開発環境
・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 をしたところできました。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?