ERROR: failed to build: failed to solve: process "bun install --frozen-lockfile" did not complete su
rkmullapudi
HOBBYOP

10 days ago

Is anyone able to resolve this issue?

3 Replies

@Ram Can you show the full error?


rkmullapudi
HOBBYOP

8 days ago

Hi @astrid(irl)* here is the full error [bun install --frozen-lockfile
700ms
bun install v1.3.3 (274e01c7)
Resolving dependencies
Resolved, downloaded and extracted [380]
error: lockfile had changes, but lockfile is frozen

note: try re-running without --frozen-lockfile and commit the updated lockfile
ERROR: failed to build: failed to solve: process "bun install --frozen-lockfile" did not complete successfully: exit code: 1]


yellowmacaroni
PRO

8 days ago

It means that your package.json file doesn't match the bun.lock, you just need to run bun install again and push those changes to railway.


Loading...