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

Closed
kralion opened this issue May 9, 2024 · 10 comments
Closed

EAS Cli is not recognized after installation #2369

kralion opened this issue May 9, 2024 · 10 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

Copy link

This issue is stale because it has been open for 30 days with no activity. If there is no activity in the next 7 days, the issue will be closed.

@github-actions github-actions bot added the stale label Jun 24, 2024
Copy link

github-actions bot commented Jul 1, 2024

This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.

@github-actions github-actions bot closed this as completed Jul 1, 2024
@linjinxing
Copy link

I'm facing the same issue too. Still have not figured out the solution for this!
"eas": "^0.1.0",
"expo": "~51.0.18",

@linjinxing
Copy link

work for me
npm install -g eas-cli and npm uninstall -g eas

@odaytelbany
Copy link

work for me npm install -g eas-cli and npm uninstall -g eas

What?, what i have to do first ?

@FlavioScimeca
Copy link

FlavioScimeca commented Sep 30, 2024

npm install -g eas-cli
# or
yarn global add eas-cli

for me using npm solved the issue

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

7 participants