Hey Guys, I'm trying to deploy my initial payload project to payload cloud. I've confirmed that i can build and run my docker file generated by the payload starter template locally, and when deploying to playload cloud it's able to build, but when it gets to the deploy logs i get the following issue
[2025-01-19T01:24:03]
yarn run v1.22.22
[2025-01-19T01:24:03]
$ cross-env NODE_OPTIONS=--no-deprecation next start
[2025-01-19T01:24:03]
/bin/sh: cross-env: not found
[2025-01-19T01:24:03]
error Command failed with exit code 127.
[2025-01-19T01:24:03]
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
any ideas or existing threads that can give me guidance on this issue?