에러 노트

[Next.js] Could not find a production build in the '/directory'.

2021bong 2022. 10. 7. 20:32

 

Next.js로 프로젝트를 세팅하고 yarn start를 했는데 에러가 떴다.

 

Could not find a production build in the '/directory'.

디렉토리에서 프로덕션 빌드를 찾을수없습니다.


이유

Next는 빌드 명령어를 실행해주고 start 명령어를 입력할 수 있나보다.... 왜인지.. 모르겠다...🥲

build 명령어 먼저 실행하고 yarn start를 하니까 잘 켜졌다.

 

참고

728x90