Fix typos and add env vars to .env.example (#4624) #607
Annotations
2 errors and 1 warning
DockerHub
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /app && corepack yarn workspace @uppy/companion build" did not complete successfully: exit code: 1
|
Heroku
Error: Command failed: heroku container:push web --app companion-demo
#0 building with "default" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 76B done
#1 DONE 0.0s
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 1.25kB done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/node:18.17.0-alpine
#3 DONE 0.3s
#4 [build 1/9] FROM docker.io/library/node:18.17.0-alpine@sha256:58878e9e1ed3911bdd675d576331ed8838fc851607aed3bb91e25dfaffab3267
#4 DONE 0.0s
#5 [stage-1 2/6] WORKDIR /app
#5 CACHED
#6 [internal] load build context
#6 transferring context: 10.63kB done
#6 DONE 0.0s
#7 [build 6/9] COPY packages/@uppy/companion /app/packages/@uppy/companion
#7 CACHED
#8 [build 2/9] RUN if [ "$(uname -m)" == "aarch64" ]; then mkdir -p /usr/local/sbin/ && ln -s /usr/local/bin/node /usr/local/sbin/node; fi
#8 CACHED
#9 [build 4/9] COPY package.json .yarnrc.yml /app/
#9 CACHED
#10 [build 5/9] COPY .yarn /app/.yarn
#10 CACHED
#11 [build 3/9] WORKDIR /app
#11 CACHED
#12 [build 7/9] RUN apk --update add --virtual native-dep make gcc g++ python3 libgcc libstdc++ git && (cd /app && corepack yarn workspaces focus @uppy/companion) && apk del native-dep
#12 CACHED
#13 [build 8/9] RUN cd /app && corepack yarn workspace @uppy/companion build
#13 19.03 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name 'StaticEventEmitterOptions' from module '"events"'. An explicit type annotation may unblock declaration emit.
#13 19.03 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name '_DOMEventTarget' from module '"events"'. An explicit type annotation may unblock declaration emit.
#13 19.03 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name '_NodeEventTarget' from module '"events"'. An explicit type annotation may unblock declaration emit.
#13 ERROR: process "/bin/sh -c cd /app && corepack yarn workspace @uppy/companion build" did not complete successfully: exit code: 1
------
> [build 8/9] RUN cd /app && corepack yarn workspace @uppy/companion build:
19.03 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name 'StaticEventEmitterOptions' from module '"events"'. An explicit type annotation may unblock declaration emit.
19.03 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name '_DOMEventTarget' from module '"events"'. An explicit type annotation may unblock declaration emit.
19.03 src/server/helpers/request.js(2,1): error TS9006: Declaration emit for this file requires using private name '_NodeEventTarget' from module '"events"'. An explicit type annotation may unblock declaration emit.
------
Dockerfile:17
--------------------
15 | apk del native-dep
16 |
17 | >>> RUN cd /app && corepack yarn workspace @uppy/companion build
18 |
19 | # Now remove all non-prod dependencies for a leaner image
--------------------
ERROR: failed to solve: process "/bin/sh -c cd /app && corepack yarn workspace @uppy/companion build" did not complete successfully: exit code: 1
▸ Error: docker build exited with Error: 1
|
Heroku
The following actions uses node12 which is deprecated and will be forced to run on node16: akhileshns/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
companion-d7775d12a3416382fc2d31eeb6a9403517421b49.tar.gz
Expired
|
6.67 KB |
|