You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(p3) ➜ ram-backend git:(master) docker-compose up -d
Building rra-api
Step 1/5 : FROM ubuntu:16.04
---> f975c5035748
Step 2/5 : ADD . /dist
---> Using cache
---> cbd31f158f9d
Step 3/5 : WORKDIR /dist
---> Using cache
---> 4eb941abe35a
Step 4/5 : RUN bash install.sh
---> Using cache
---> 280d318c6542
Step 5/5 : RUN yarn install --unsafe-perm
---> Running in c140e487426c
yarn install v1.5.1
[1/5] Validating package.json...
error [email protected]: The engine "node" is incompatible with this module. Expected version "6.7.x".
error An unexpected error occurred: "Found incompatible module".
info If you think this is a bug, please open a bug report with the information provided in"/dist/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
ERROR: Service 'rra-api' failed to build: The command'/bin/sh -c yarn install --unsafe-perm' returned a non-zero code: 1
I understand this a mismatch of the noce version inside the dockerized rra-api container.
I'm following the steps on Offline usage.
It fails on
I understand this a mismatch of the noce version inside the dockerized
rra-api
container.The text was updated successfully, but these errors were encountered: