Build Failed
Anonymous
HOBBYOP
2 years ago
#10 1.042 WARN Ignoring not compatible lockfile at /app/pnpm-lock.yaml
#10 1.045 ERR_PNPM_NO_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is absent
#10 1.045
ⓘ Deployment information is only viewable by project members and Railway employees.
2 Replies
2 years ago
It's likely you're using a different version of pnpm than what Railway is using, you can specify the the version of pnpm you're using in your package.json:
{ "packageManager": "pnpm@latest" }
Status changed to Solved Railway • almost 2 years ago