[Next.js] Could not find a valid build in the '.next' directory! Try building your app with 'next build' before starting the server.

권이온·2023년 2월 3일
0

Next.js

목록 보기
2/3

yarn run dev에서 확인 후 build해서 확인하려고 했는데
eslint Error들이 막 뜨면서 이렇게 문구가 떴다.
Could not find a valid build in the '.next' directory! Try building your app with 'next build' before starting the server.

원인 :
Eslint 에러들이 해결되지 않으면서 안되는 거였다.

이걸 알아차리게 된 것은
https://worker-k.tistory.com/entry/%EC%97%84%EA%B2%A9%ED%95%9C-eslint-ignore-%ED%95%98%EB%8A%94-%EC%97%AC%EB%9F%AC%EA%B0%80%EC%A7%80-%EB%B0%A9%EB%B2%95-eslintignore

이 포스트 덕분이였다.

.eslintignore 파일 생성 후 *를 넣어주니 정상적으로 build가 되었다.

profile
인생은 아름다워

0개의 댓글