Use "pnpm install" for installation in this project.

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