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 3 years have passed since last update.

Reactでnpm startしたときのエラーの対処

Last updated at Posted at 2021-09-19

error111-1.jpg
React.jでnpm strat時にCommand failed with exit code 1.が出た時の対処法

npm start時に以下の画像のようなエラーが出てきました。
1から4まで削除したり書いている通りにしたがうまく行かず…

解決法

ディレクトリの構成通りに.envファイルを追加し以下を記述し再度npm startを実行することで解決できました。

success.png

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?