프론트/NextJs
[에러해결] UnhandledPromiseRejectionWarning: Error: Could not find a production build in the /Error: EPERM: operation not permitted, open
청어와물메기
2022. 3. 15. 23:08
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