a year ago
10 ERROR: process "/bin/bash -ol pipefail -c pnpm i --frozen-lockfile" did not complete successfully: exit code: 1
ERROR: failed to solve: process "/bin/bash -ol pipefail -c pnpm i --frozen-lockfile" did not complete successfully: exit code: 1
Error: Docker build failed
ⓘ Deployment information is only viewable by Project members and Railway admins.
8 Replies
a year ago
FYI: https://github.com/tnkshuuhei/gg-frame-ponder
I'm trying to deploy the repo by following this introduction
https://ponder.sh/docs/production/deploy#railway-recommended
a year ago
9.0.6
a year ago
Could you try downgrading to major version 8 and building your lockfile via that version? Railway uses pnpm 8 when building your deployment and the version mismatch could be causing problems
Status changed to Solved Railway • over 1 year ago
a year ago
It worked by downgrading the pnpm version to pnpm@latest-8
i appreciate you guys!