Skip to content
New issue

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

Doesn't not seem to work with global installs #160

Open
trajano opened this issue Oct 30, 2024 · 3 comments
Open

Doesn't not seem to work with global installs #160

trajano opened this issue Oct 30, 2024 · 3 comments

Comments

@trajano
Copy link

trajano commented Oct 30, 2024

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

@rwjblue
Copy link
Collaborator

rwjblue commented Nov 11, 2024

I think you could probably use volta install ... instead as a work around. Would you mind trying that?

@trajano
Copy link
Author

trajano commented Nov 11, 2024

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.

@rwjblue
Copy link
Collaborator

rwjblue commented Nov 11, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants