What PNPM version is being ran on railway?
Hey i keep getting the following error
And i think its because of its geenrating the lock file from 2 different versions
Solution:Jump to solution
railway uses pnpm v8 by default, you are likely using v9, to have railway use v9 also set the
packageManager
field in your package.json to pnpm@latest
3 Replies