해결된 질문
작성
·
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 했을때 에러가 발생합니다