2
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.

Netlifyでのデプロイに失敗し続けパソコンを投げそうになった話

Last updated at Posted at 2021-12-04

Netrifyでwebアプリをデプロイしようとしたところ以下のエラーが出現

Command failed with exit code 1: yarn build

errorcontent.png

しかし、よく見ると
log.png

原因は.envファイルで以下の記述をしていることが原因でした。

SKIP_PREFLIGHT_CHECK=true

ここで、Netrifyでbuildコマンドを以下のように書き換えました。

CI=npm run build

すると…
deployed.png

やったぜ!!!!!!!!!!!!!!

泣いた。

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