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

[email protected] is now available, please upgrade #1075

Closed
dcesca opened this issue Apr 19, 2022 · 12 comments
Closed

[email protected] is now available, please upgrade #1075

dcesca opened this issue Apr 19, 2022 · 12 comments
Labels
needs review Issue is ready to be reviewed by a maintainer

Comments

@dcesca
Copy link

dcesca commented Apr 19, 2022

Build/Submit details page URL

No response

Summary

I'm running versione 0.48.1 (obtained with: eas -v )

When I try to build with a message appears:
[email protected] is now available, please upgrade.

I then run npm install -g eas-cli but the new version isn't installed and the old version is still there.
Is there another method to install the latest release?

Managed or bare?

Bare with plugins

Environment

expo-env-info 1.0.2 environment info:
System:
OS: Windows 10 10.0.22000
Binaries:
Node: 16.13.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 8.1.0 - C:\Program Files\nodejs\npm.CMD
SDKs:
Android SDK:
API Levels: 28, 29, 30
Build Tools: 28.0.3, 29.0.2, 29.0.3
System Images: android-29 | Google APIs Intel x86 Atom
IDEs:
Android Studio: Version 3.6.0.0 AI-192.7142.36.36.6392135
npmPackages:
expo: ~43.0.0 => 43.0.1
react: 17.0.1 => 17.0.1
react-dom: ^17.0.2 => 17.0.2
react-native: 0.64.3 => 0.64.3
react-native-web: ^0.17.5 => 0.17.5
Expo Workflow: bare

Error output

No response

Reproducible demo or steps to reproduce from a blank project

Nothing

@dcesca dcesca added the needs review Issue is ready to be reviewed by a maintainer label Apr 19, 2022
@wkozyra95
Copy link
Contributor

Most likely you installed eas-cli twice, with yarn and npm, so you are updating one version but using the other one. I recommend using npm for global install, because yarn sometimes resolves dependencies incorrectly.

@LouisSyfer
Copy link

Same issue, no solution
impossible to upgrade to @3.6.1...

@XiscoB
Copy link

XiscoB commented Feb 27, 2023

I'm having the same issue with [email protected]

Tried to uninstall, do as @wkozyra95 said:

Most likely you installed eas-cli twice, with yarn and npm, so you are updating one version but using the other one. I recommend using npm for global install, because yarn sometimes resolves dependencies incorrectly.

But still getting:

 [email protected] is now available, please upgrade.
Proceeding with outdated version

@carmenchapa
Copy link

I have the same issue. Trying to upgrade to [email protected] but I'm stuck with:
eas-cli/3.3.2 darwin-arm64 node-v16.19.0

@carmenchapa
Copy link

I'm using mac but this helped me to completely delete eas, then I could install the latest version
which eas
it outputs the dir
then go there and manually delete it
cc: @XiscoB @LouisSyfer

@LouisSyfer
Copy link

Thanks @carmenchapa !

I will try.

Otherwise I use npx eas-cli, it's a bit longer but very useful (you'll have the latest version anyway)

@BlessingAdewale
Copy link

BlessingAdewale commented Aug 28, 2023

I'm using mac but this helped me to completely delete eas, then I could install the latest version which eas it outputs the dir then go there and manually delete it cc: @XiscoB @LouisSyfer

Please how did you install the latest version @XiscoB @LouisSyfer @carmenchapa

@BlessingAdewale
Copy link

@carmenchapa After I deleted the eas file which I got through the "which eas" command, I can't install a new one. I get "bash:eas:commandnotfound"

@Lektrion
Copy link

Same issues here... im out of ideas.. i try to remove with yarn, npm, even did a research with "eas-cli" on my whole computer...

C:\Users\valco****> eas -v
[email protected] is now available, please upgrade.
Proceeding with outdated version

eas-cli/0.47.0 win32-x64 node-v18.11.0

Then upgraded @ latest with npx, npm yarn, globally non globally... output is the same.. HELP please.

@nakaamov
Copy link

I'm getting the same error please help

[email protected] is now available.
To upgrade, run npm install -g eas-cli.
Proceeding with outdated version.

eas-cli/3.13.3 darwin-arm64 node-v21.4.0

@twwspes
Copy link

twwspes commented Feb 2, 2024

In my case, that's because of me using nvm to manage diff version of node while have multiple eas-cli being installed for diff node. Having uninstall all other versions in other nodes the eas-cli is now pointing to the correct one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review Issue is ready to be reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

9 participants