My build is failling without any change to deps or deployment configs
rodolphoasb
PROOP

10 months ago

✕ [base 3/8] RUN corepack enable && corepack prepare pnpm@latest --activate
process "/bin/sh -c corepack enable && corepack prepare pnpm@latest --activate" did not complete successfully: exit code: 1

Dockerfile:13

11 | FROM node:${NODE_VERSION}-slim as base

12 | RUN apt-get update && apt-get install -y openssl && apt-get install -y ca-certificates

13 | >>> RUN corepack enable && corepack prepare pnpm@latest --activate

14 | WORKDIR /app

15 | COPY .gitignore .gitignore

ERROR: failed to solve: process "/bin/sh -c corepack enable && corepack prepare pnpm@latest --activate" did not complete successfully: exit code: 1

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

2 Replies

Do you happen to know what version of Node that you are using?


Status changed to Awaiting User Response Railway 10 months ago


I also see that you have a working deployment now, did you change anything to get it working again?


Railway
BOT

4 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 4 months ago


Loading...