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

EAS Cli is not recognized after installation #2369

Open
kralion opened this issue May 9, 2024 · 4 comments
Open

EAS Cli is not recognized after installation #2369

kralion opened this issue May 9, 2024 · 4 comments

Comments

@kralion
Copy link

kralion commented May 9, 2024

Build/Submit details page URL

I am wanting to build but i can't because of that error

Summary

I installed eas cli from the docs, with npm install --global eas-cli after succesful installation i check for eas login but i shows me this. even restarting my OS

image
image

Managed or bare?

Bare

Environment

expo-env-info 1.2.0 environment info:
System:
OS: Windows 11 10.0.22621
Binaries:
Node: 20.10.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.19 - ~\scoop\apps\yarn\current\bin\yarn.CMD
npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD

Error output

Terminal reloaded

image

Reproducible demo or steps to reproduce from a blank project

it is happening with all my projects

@kralion kralion added the needs review Issue is ready to be reviewed by a maintainer label May 9, 2024
@AbishekVimal
Copy link

I'm facing the same issue too. Still have not figured out the solution for this! I have 3 projects finished but cannot build because of this one issue!

@szdziedzic
Copy link
Member

It doesn't seem like an issue/bug with EAS CLI. It looks like a problem with your Node installation on a Windows machine - binaries installed via npm don't seem to be added to PATH.

I would start with finding the directory where node and npm are installed on your machine, then look for the bin dir with the eas executable in it. If you add this dir to your PATH you should have it working.

@szdziedzic szdziedzic added eas build and removed needs review Issue is ready to be reviewed by a maintainer labels May 20, 2024
@kralion
Copy link
Author

kralion commented May 20, 2024

My node installation is configured correctly, idk why but the unique command that i can't run is eas
image
image

@furkanuzundev
Copy link

use eas command with npx was worked for me. for examlpe: npx eas update

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

No branches or pull requests

4 participants