My Nestjs project is failed multiple times
riteshreg
HOBBYOP

2 years ago

I want to deploy my nestjs project. I am using pnpm

 ERRPNPMNO_LOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is absent

0.556

0.556 Note that in CI environments this setting is true by default. If you still need to run install in such cases, use "pnpm install --no-frozen-lockfile"

View Deploy details

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

1 Replies

2 years ago

From your build logs -

Ignoring not compatible lockfile at /app/pnpm-lock.yaml

You would need to set the PNPM version as shown here - https://nixpacks.com/docs/providers/node#corepack


Loading...