728x90
server.js에서 db확인할게 있어서
npm start했는데
UnhandledPromiseRejectionWarning: Error: Could not find a production build in the
이 에러 뜸
그래서
npm run build
했는데 에러
throw er; // Unhandled 'error' event
^
Error: EPERM: operation not permitted, open 경로
Emitted 'error' event on WriteStream instance at:

해결: 실행해놓은 npm run dev 취소하고 하니까 됨
이거 하기 전에 build해야되는거임

빌드 잘됨

728x90
'프론트 > NextJs' 카테고리의 다른 글
이메일보내기 기능구현 (0) | 2022.08.19 |
---|---|
graphql 에러 input 타입문제 (0) | 2022.08.03 |
Unhandled Runtime Error 에러원인 해결 (0) | 2022.08.02 |
[Nextjs]Build optimization failed: found page without a React Component as default export inpages/typeserror Command failed with exit code 1. (0) | 2022.06.13 |