add support for Deno v3 lock files

2 years ago

when trying to use railway to host a Deno project using a v3 lockfile it will return a

10 0.338 error: Unable to parse contents of lockfile: "/app/deno.lock"

10 ERROR: process "/bin/bash -ol pipefail -c deno cache index.ts" did not complete successfully: exit code: 1

works fine using a v2 lock file
notes on the project:
the project is split to a /app folder so a example would be app/iOS/deno.lock and app/Mac/deno.lock

I can give the 2 different lock files if needed (the v2 and the v3)

1 Replies

manzanit0
HOBBY

10 months ago

I ended up using a Dockerfile to circumvent this issue, but agree, it would be really convenient!


add support for Deno v3 lock files - Railway Help Station