Hi all. First I want to thank everyone involved for making Graphene OS available.
I'm building an image of grapheneOS following the build guide (https://grapheneos.org/build#extracting-vendor-files-for-pixel-devices), and I'm having some confusion about the yarn commands in the step to extract vendor files. When I run the command 'yarn install --cwd vendor/adevtool/' I get an error 'yarn: error: no such option: --cwd'. What does that option mean?
error extracting vendor files
The issue hase been resolved, my system installed cmdtest instead of yarn, I managed to properly install yarn a la ' npm install --global yarn' (https://stackoverflow.com/a/45551189).