We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code shows the sequence
https://github.com/trajano/expo-experiments/blob/4b4bbc8551db74cf43621fc013bc81b306f7eb9c/.github/workflows/expo-prebuild.yml#L80-L92
Basically installed eas-cli@latest globally and tried to use it in the next line and it says eas was not found
https://github.com/trajano/expo-experiments/actions/runs/11584851156/job/32252777427
The text was updated successfully, but these errors were encountered:
I think you could probably use volta install ... instead as a work around. Would you mind trying that?
volta install ...
Sorry, something went wrong.
Yeah I did that eventually, I knew about that work around but I would prefer it to be npm i -g like I do normally.
npm i -g
Ya, makes sense. I'm not sure off the top of my head why that didn't work. It's probably something related to $PATH ordering...
$PATH
No branches or pull requests
This code shows the sequence
https://github.com/trajano/expo-experiments/blob/4b4bbc8551db74cf43621fc013bc81b306f7eb9c/.github/workflows/expo-prebuild.yml#L80-L92
Basically installed eas-cli@latest globally and tried to use it in the next line and it says eas was not found
https://github.com/trajano/expo-experiments/actions/runs/11584851156/job/32252777427
The text was updated successfully, but these errors were encountered: