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

View Deploy details

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

Solved

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


2 years ago

Nice, this thread just helped me. I used:```"packageManager": "pnpm@9.4.0"```


Welcome!

Sign in to your Railway account to join the conversation.

Loading...