Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Compose up -- Property undefined #29

Open
andrebiegel opened this issue Aug 2, 2023 · 1 comment
Open

Docker Compose up -- Property undefined #29

andrebiegel opened this issue Aug 2, 2023 · 1 comment
Labels

Comments

@andrebiegel
Copy link

To Reproduce

docker compose up -d

Details

[+] Building 1.8s (9/19)
=> [apostrophe internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 792B 0.0s
=> [apostrophe internal] load .dockerignore 0.0s
=> => transferring context: 134B 0.0s
=> [apostrophe internal] load metadata for docker.io/library/node:14 1.1s
=> [apostrophe auth] library/node:pull token for registry-1.docker.io 0.0s
=> [apostrophe 1/14] FROM docker.io/library/node:14@sha256:a158d3b9b4e3fa813fa6c8c590b8f0a860e015ad4e59bbce5744d2f6fd8461aa 0.0s
=> [apostrophe internal] load build context 0.0s
=> => transferring context: 7.30kB 0.0s
=> CACHED [apostrophe 2/14] WORKDIR /app 0.0s
=> CACHED [apostrophe 3/14] COPY package* ./ 0.0s
=> ERROR [apostrophe 4/14] RUN npm ci 0.6s

[apostrophe 4/14] RUN npm ci:
0.588 npm ERR! Cannot read property 'apostrophe' of undefined
0.595
0.595 npm ERR! A complete log of this run can be found in:
0.595 npm ERR! /root/.npm/_logs/2023-08-02T13_37_10_109Z-debug.log


failed to solve: process "/bin/sh -c npm ci" did not complete successfully: exit code: 1
docker-compose process finished with exit code 17

@andrebiegel andrebiegel added the bug label Aug 2, 2023
@BoDonkey
Copy link

BoDonkey commented Aug 2, 2023

Are you bringing this up in the context of the cookbook recipe? Based on where it is erroring out I'm wondering if the node/npm version is out-of-date?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants