Use "pnpm install" for installation in this project.
I´m getting this error , how can i solve it?
7 Replies
Project ID:
N/A
N/A
railway will use pnpm if the appropriate lock file is found
pnpm-lock.yaml
would be the lockfile for pnpmcan you give me a example of appropriate lock file please
use pnpm to generate a lock file
i know how to do this for npm, but i dont know the equivalent command for pnpm
i generates lock file with pnpm install , but i get the same error in railway
previous I deleted lock file and modules
railway requires pnpm's lock file to be present to use pnpm