개발/Next
[Next] Try building your app with 'next build' before starting the production server.
yo.na
2022. 12. 30. 01:05
✔ 문제
앱 생성 후 실행시키면 아래와 같은 오류 발생
Try building your app with 'next build' before starting the production server.
하지만 next build 를 입력하면 아래와 같은 다른 오류 발생
command not found: next
✔ 해결방법
npm run build -> npm run start
하면 성공적으로 실행된다.
참고
https://stackoverflow.com/questions/50947389/nextjs-cannot-find-a-valid-build-in-the-next-directory