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
but I can't build Postee UI image in my environment:
$ docker build -f Dockerfile.ui -t posteeui:1 .
Sending build context to Docker daemon 14MB
Step 1/27 : FROM node:alpine3.15 as vuebuilder
---> e5f532dbeb15
Step 2/27 : COPY ./ui/frontend /frontend
---> Using cache
---> 5e9ce979cc16
Step 3/27 : WORKDIR /frontend
---> Using cache
---> 2ba2923a01db
Step 4/27 : RUN yarn install
---> Running in 0afc7427cba1
yarn install v1.22.19
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
warning Resolution field "glob-parent@5.1.2" is incompatible with requested version "glob-parent@^6.0.1"
warning Resolution field "ansi-regex@5.0.1" is incompatible with requested version "ansi-regex@^3.0.0"
[2/4] Fetching packages...
error @achrinza/node-ipc@9.2.5: The engine "node" is incompatible with this module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18". Got "19.2.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The command'/bin/sh -c yarn install' returned a non-zero code: 1
the same issue for docker-compose:
$ docker-compose up
Building posteeui
Sending build context to Docker daemon 14MB
Step 1/27 : FROM node:alpine3.15 as vuebuilder
---> e5f532dbeb15
Step 2/27 : COPY ./ui/frontend /frontend
---> Using cache
---> 5e9ce979cc16
Step 3/27 : WORKDIR /frontend
---> Using cache
---> 2ba2923a01db
Step 4/27 : RUN yarn install
---> Running in 0db64c99a563
yarn install v1.22.19
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
warning Resolution field "glob-parent@5.1.2" is incompatible with requested version "glob-parent@^6.0.1"
warning Resolution field "ansi-regex@5.0.1" is incompatible with requested version "ansi-regex@^3.0.0"
[2/4] Fetching packages...
error @achrinza/node-ipc@9.2.5: The engine "node" is incompatible with this module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18". Got "19.2.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The command'/bin/sh -c yarn install' returned a non-zero code: 1
ERROR: Service 'posteeui' failed to build : Build failed
The text was updated successfully, but these errors were encountered:
I did a clone of
postee
and try to build UI:but I can't build Postee UI image in my environment:
the same issue for
docker-compose
:The text was updated successfully, but these errors were encountered: