반응형
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
> @nestjs/core@9.2.1 postinstall /usr/src/app/node_modules/@nestjs/core
> opencollective || exit 0
Thanks for installing nest
Please consider donating to our open collective
to help us maintain this package.
Number of contributors: 0
Number of backers: 876
Annual budget: $186,382
Current balance: $14,128
Become a partner: https://opencollective.com/nest/donate
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
읽어보니 대충 버전이안맞는다고 하는 것 같다.
따라서 찍어봤다
AWS EC 2 Node - 19.3
도커파일 Node - 9-alpine
아하..
EC2는 19.3버전인데 도커에는 9버전이구나..
그래서 도커파일도 19버전으로 바꿈.
그랬더니 문제없이 docker build완료!
반응형
'재학습 > 오류' 카테고리의 다른 글
[Npm] sill idealTree buildDeps (0) | 2023.01.16 |
---|---|
[AWS EC2] 프로세스 실행 중 행(Hang)현상 원인파악 (0) | 2023.01.01 |
[IntelliJ] 인텔리제이 폴더에 Java class 파일 생성버튼이 없어요! (0) | 2022.06.09 |
React Router 왜 계속 Path="/"에 해당되는 컴포넌트만 렌더링될까? (0) | 2022.02.12 |
[React] Uncaught TypeError: Cannot read properties of undefined (reading 'map') (0) | 2022.02.03 |