인프런 커뮤니티 질문&답변

우형규님의 프로필 이미지

작성한 질문수

[코드캠프] 부트캠프에서 만든 고농축 백엔드 코스

08-06 Docker 패키징

도커 yarn install

해결된 질문

작성

·

986

·

수정됨

0

#0 10.10 error @graphql-tools/merge@9.0.0: The engine "node" is incompatible with this module. Expected version ">=16.0.0". Got "14.21.3"

#0 10.10 error Found incompatible module.

#0 10.10 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. 

------

Dockerfile:10

--------------------

8 | COPY ./yarn.lock /myfolder/

9 | WORKDIR /myfolder/

10 | >>> RUN yarn install

11 |

12 | COPY . /myfolder/

--------------------

ERROR: failed to solve: process "/bin/sh -c yarn install" did not complete successfully: exit code: 1

ERROR: Service 'my-backend' failed to build : Build failed

docker-compse bulid 했을때 에러가 발생합니다

답변 1

0

노원두님의 프로필 이미지
노원두
지식공유자

안녕하세요! 형규님!

에러 메시지를 읽어보니 node 버전이 16버전 이상이어야 한다고 하네요!^^