0
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 1 year has passed since last update.

npmstartできない babel-jestのエラー解消

Posted at

[概要]

npx create-react-appから作成後
前までは何事もなく起動できていたのに!久しぶりにnpm start しようとしたら下記画像のエラー出て起動できなかった。

環境

Mac(M1, 2020)
vscode5

ぶつかったエラー

スクリーンショット 2022-12-03 17.49.27(2).png

翻訳・意味 (下記URL記事参照)
react-scriptsのパッケージのbabel-jestはバージョン26.6.0を推奨しているのだが、それよりも高いバージョンを利用しているとエラーになる。らしい

自分の場合は"23.6.0"を推奨している

やったこと

1.この記事の内容を試したら解決できた
https://iwb.jp/create-react-app-yarn-start-babel-jest-error/

0
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
0
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?