우분투 서버 빌드 오류
359
작성한 질문수 7
안녕하세요 제로초님
우분투 서버에서 npm run build를 하는데
처음에는
ModuleNotFoundError: Module not found: Error: Can't resolve 'immer' in '/home/ubuntu/react-nodebird/front/util'
> Build error occurred
Error: > Build failed because of webpack errors
at build (/home/ubuntu/react-nodebird/front/node_modules/next/dist/build/index.js:15:918)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nodebird@1.0.0 build: cross-env ANALYZE=true NODE_ENV=production next build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nodebird@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
이 오류가 떠서 다시 immer 설치 후에 git commit, git push, 우분투 서버에서 git pull을 하였습니다.
그 다음에는 굵게 표시한 에러로 바뀌었는데
./util/produce.js
Attempted import error: 'enableES5' is not exported from 'immer'.
> Build error occurred
Error: > Build failed because of webpack errors
at build (/home/ubuntu/react-nodebird/front/node_modules/next/dist/build/index.js:15:918)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nodebird@1.0.0 build: cross-env ANALYZE=true NODE_ENV=production next build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nodebird@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
util/produce 파일은 강의에 나온 파일과 똑같습니다!
오류가 왜 나는지 어떻게 해결해야 할지 모르겠어서 질문 남깁니다.. 감사합니다!
immer 버전은 "immer": "^9.0.21", 입니다!!
답변 1
넥스트 버젼 질문
0
78
2
로그인시 401 Unauthorized 오류가 뜹니다
0
89
1
무한 스크롤 중 스크롤 튐 현상
0
175
1
특정 페이지 접근을 막고 싶을 때
0
103
2
createGlobalStyle의 위치와 영향범위
0
96
2
인라인 스타일 리렌더링 관련
0
91
2
vsc 에서 npm init 설치시 오류
0
146
2
nextjs 15버전 사용 가능할까요?
0
158
1
화면 새로고침 문의
0
121
1
RTK에서 draft, state 차이가 있나요?
0
153
2
Next 14 사용해도 될까요?
0
452
1
next, node 버전 / 폴더 구조 질문 드립니다.
0
349
1
url 오류 질문있습니다
0
211
1
ssh xxxxx로 우분투에 들어가려니까 port 22: Connection timed out
0
373
1
sudo certbot --nginx 에러
0
1275
2
Minified React error 콘솔에러 (hydrate)
0
470
1
카카오 공유했을 때 이전에 작성했던 글이 나오는 버그
0
247
1
프론트서버 배포 후 EADDRINUSE에러 발생
0
327
1
npm run build 에러
0
518
1
front 서버 npm run build 중에 발생한 에러들
0
382
1
서버 실행하고 브라우저로 들어갔을때 404에러
0
338
2
css 서버사이드 랜더링이 적용되지 않아서 문의 드립니다.
0
288
1
팔로워 3명씩 불러오고 데이터 합쳐주는걸로 바꾸고 서버요청을 무한으로하고있습니다.
0
239
2
해시태그 검색에서 throttle에 관해 질문있습니다.
0
201
1





